parent
a72f190ef6
commit
30ab0c0b71
|
|
@ -19,6 +19,7 @@ RUN apt update -y \
|
|||
libunwind8 \
|
||||
locales \
|
||||
netcat \
|
||||
net-tools \
|
||||
openssh-client \
|
||||
parallel \
|
||||
python3-pip \
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ for process in "${processes[@]}"; do
|
|||
done
|
||||
|
||||
if [ -n "${MTU}" ]; then
|
||||
ifconfig docker0 mtu ${MTU} up
|
||||
sudo ifconfig docker0 mtu ${MTU} up
|
||||
fi
|
||||
|
||||
# Wait processes to be running
|
||||
|
|
|
|||
Loading…
Reference in New Issue