diff --git a/Dockerfile b/Dockerfile index a08193e0b2859b90521d9878e13799bf4a4f8e0f..2d67b132d774f3c9642154b05982cbfdb87b1ca8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,12 +2,6 @@ FROM golang:1.10.3 ENV DEBIAN_FRONTEND=noninteractive -RUN go get -u github.com/golang/dep/cmd/dep \ - && echo deb http://deb.debian.org/debian stretch-backports main > /etc/apt/sources.list.d/backports.list \ - && apt-get update \ - && apt-get install -y --no-install-recommends supervisor crudini \ - && crudini --set /etc/supervisor/supervisord.conf supervisord nodaemon true - -ENTRYPOINT exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf +RUN go get -u github.com/golang/dep/cmd/dep