Skip to content

Commit

Permalink
Add tar
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed Mar 13, 2024
1 parent 2af2fe9 commit 3486f06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ FROM base
COPY --from=builder /venv /venv
COPY --from=builder /$appname /$appname

# install tar
RUN yum install tar -y

# Switch to non-root user 'gen3' for the serving process
USER gen3
Expand Down

0 comments on commit 3486f06

Please sign in to comment.