浏览代码

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