Skip to content

Commit

Permalink
Add xz alongside tar in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nss10 authored Jan 28, 2025
1 parent 57b1b2b commit be49983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN git config --global --add safe.directory /${appname} && COMMIT=`git rev-pars
FROM base

# install tar
RUN yum install tar -y
RUN yum install -y tar xz
# do we need to untar jwt-keys?

COPY --chown=gen3:gen3 --from=builder /$appname /$appname
Expand Down

0 comments on commit be49983

Please sign in to comment.