mirror of https://github.com/docker/compose.git
commit
c9449dbf83
|
@ -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"]
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>23.0</version>
|
||||
<version>29.0-jre</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
|
|
Loading…
Reference in New Issue