mirror of https://github.com/docker/compose.git
Remove debug stuff from web images, that is causing apt-get install issues
This commit is contained in:
parent
7cde96e8b6
commit
8bdb4dee77
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue