Update Dockerfile
Browse files- 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
|