mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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…
x
Reference in New Issue
Block a user