소스 검색

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

Guillaume Tardif 5 년 전
부모
커밋
8bdb4dee77
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      tests/composefiles/aci-demo/web/Dockerfile

+ 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"]