Removed govendor from Dockerfile

This commit is contained in:
Michael Mayer
2018-08-15 10:59:16 +02:00
parent f99acb0858
commit db949a08d9

View File

@@ -88,8 +88,6 @@ RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
RUN mkdir -m 777 /go/pkg/dep
RUN go get -u github.com/kardianos/govendor
# Create user
# RUN adduser --disabled-password --gecos '' photoprism
# USER photoprism