1
0
Эх сурвалжийг харах

Remove debug stuff from web images, that is causing apt-get install issues

Guillaume Tardif 5 жил өмнө
parent
commit
8bdb4dee77

+ 0 - 2
tests/composefiles/aci-demo/web/Dockerfile

@@ -16,8 +16,6 @@ ENV PATH $PATH:/usr/local/go/bin
 COPY dispatcher.go .
 RUN go build dispatcher.go
 
-RUN apt-get install curl && apt-get install dnsutils -y
-
 EXPOSE 80
 CMD ["/dispatcher"]