Skip to content

Commit

Permalink
Merge pull request #20 from fedora-infra/down
Browse files Browse the repository at this point in the history
Include the download script in the container
  • Loading branch information
gridhead authored Sep 2, 2024
2 parents 6a05427 + 79baf2b commit 46a873b
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 @@ -4,6 +4,8 @@ LABEL maintainer "Akashdeep Dhar <[email protected]>"

ENV PYTHONUNBUFFERED=1

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

RUN dnf -y install gcc python3-devel python3-pip libffi-devel
RUN dnf -y clean all
RUN pip3 install --upgrade firmitas==0.1.3a0
Expand Down

0 comments on commit 46a873b

Please sign in to comment.