Skip to content

Commit

Permalink
Merge pull request #23 from davidkirwan/main
Browse files Browse the repository at this point in the history
Add workdir directive
  • Loading branch information
gridhead authored Sep 16, 2024
2 parents e5e6f6e + 2c3c1c7 commit 131bf9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ LABEL maintainer "Akashdeep Dhar <[email protected]>"

ENV PYTHONUNBUFFERED=1

RUN mkdir /tmp/firmitas && chmod 755 /tmp/firmitas
WORKDIR /tmp/firmitas

ADD download_certificates.sh /etc/firmitas/download_certificates.sh

RUN dnf -y install gcc python3-devel python3-pip libffi-devel
Expand Down

0 comments on commit 131bf9b

Please sign in to comment.