diff --git a/Dockerfile b/Dockerfile index b362143..a071a68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,8 @@ ENV GOPATH /opt ENV GO111MODULE on RUN apk update && \ - apk add ca-certificates git bash gcc musl-dev + apk add ca-certificates git bash gcc musl-dev && \ + apk add tzdata WORKDIR /opt/src/github.com/quiq/docker-registry-ui ADD events events @@ -25,7 +26,5 @@ ADD templates /opt/templates ADD static /opt/static COPY --from=builder /opt/docker-registry-ui /opt/ -RUN apk update && apk add tzdata - USER nobody ENTRYPOINT ["/opt/docker-registry-ui"]