mirror of
https://github.com/docker/compose.git
synced 2025-07-27 23:54:04 +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 .
|
COPY dispatcher.go .
|
||||||
RUN go build dispatcher.go
|
RUN go build dispatcher.go
|
||||||
|
|
||||||
RUN apt-get install curl && apt-get install dnsutils -y
|
|
||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
CMD ["/dispatcher"]
|
CMD ["/dispatcher"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user