diff --git a/Dockerfile.in b/Dockerfile.in index 5657e7d6c..8c0eb0b66 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -35,6 +35,5 @@ LABEL org.opencontainers.image.source https://github.com/stashed/mongodb COPY --from=0 /restic /bin/restic COPY bin/{ARG_OS}_{ARG_ARCH}/{ARG_BIN} /{ARG_BIN} -USER nobody:nobody ENTRYPOINT ["/{ARG_BIN}"]