Skip to content

Commit

Permalink
Add tar
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur authored Jan 7, 2025
1 parent 3df68fc commit aab5a84
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,15 @@ ENV PATH="$(poetry env info --path)/bin:$PATH"
RUN git config --global --add safe.directory /${appname} && COMMIT=`git rev-parse HEAD` && echo "COMMIT=\"${COMMIT}\"" > /$appname/version_data.py \
&& VERSION=`git describe --always --tags` && echo "VERSION=\"${VERSION}\"" >> /$appname/version_data.py

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


# ------ Final stage ------
FROM base

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

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

CMD ["/bin/bash", "-c", "/fence/dockerrun.bash"]

0 comments on commit aab5a84

Please sign in to comment.