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

This commit is contained in:
Guillaume Tardif 2020-07-01 14:59:45 +02:00
parent 7cde96e8b6
commit 8bdb4dee77
1 changed files with 0 additions and 2 deletions

View File

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