Fix dockerfile

This commit is contained in:
9seconds
2018-06-19 10:26:54 +03:00
parent b0292e4ed9
commit 8d6c038ccf
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -29,8 +29,7 @@ ENTRYPOINT ["/usr/local/bin/mtg"]
ENV MTG_IP=0.0.0.0 \ ENV MTG_IP=0.0.0.0 \
MTG_PORT=3128 \ MTG_PORT=3128 \
MTG_STATS_IP=0.0.0.0 \ MTG_STATS_IP=0.0.0.0 \
MTG_STATS_PORT=3129 \ MTG_STATS_PORT=3129
MTG_USE_IPV6=true
EXPOSE 3128 3129 EXPOSE 3128 3129
COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
+1 -1
View File
@@ -76,5 +76,5 @@ install-dep:
.PHONY: install-lint .PHONY: install-lint
install-lint: install-lint:
@go get gopkg.in/alecthomas/gometalinter.v2 && \ @go get github.com/alecthomas/gometalinter && \
$(GOMETALINTER) --install >/dev/null $(GOMETALINTER) --install >/dev/null