Skip to content

Commit

Permalink
Add the backwards compatibility with the official dockerfile from doc…
Browse files Browse the repository at this point in the history
…kerhub
  • Loading branch information
pascalandy committed Nov 26, 2024
1 parent 54acba3 commit 1528c2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions v5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ RUN set -eux; \
gosu --version; \
gosu nobody true

# Add the backwards compatibility with the official dockerfile from dockerhub
RUN set -eux; ln -svf gosu /usr/local/bin/su-exec; su-exec nobody true

# Add bash and set timezone
RUN apk add --no-cache bash curl tzdata && \
cp /usr/share/zoneinfo/America/New_York /etc/localtime && \
Expand Down

0 comments on commit 1528c2c

Please sign in to comment.