Clone04 commited on
Commit
8de7fd2
1 Parent(s): b02db68

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -2,7 +2,6 @@
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
 
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