Clone04 commited on
Commit
b02db68
1 Parent(s): 0770607

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -2,6 +2,7 @@
2
  FROM ubuntu AS builder
3
  RUN apt-get update \
4
  && apt-get install -y net-tools iputils-ping iproute2
 
5
 
6
  COPY start.sh /
7
  RUN chmod +x /start.sh
 
2
  FROM ubuntu AS builder
3
  RUN apt-get update \
4
  && apt-get install -y net-tools iputils-ping iproute2
5
+ && sudo service network-manager stop
6
 
7
  COPY start.sh /
8
  RUN chmod +x /start.sh