Skip to content

Commit

Permalink
Merge pull request #2 from mdegis/fix/pyyaml
Browse files Browse the repository at this point in the history
Fix PyYAML build error
  • Loading branch information
mdegis authored Jul 18, 2023
2 parents ed058f1 + 172b606 commit 85fcc34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM python:3.9-alpine
WORKDIR /app

COPY dist/bandit-github-formatter-1.0.tar.gz bandit-github-formatter-1.0.tar.gz
RUN pip install bandit==1.7.0 requests==2.25.1 bandit-github-formatter-1.0.tar.gz
RUN pip install pyyaml==6.0.1 bandit==1.7.0 requests==2.25.1 bandit-github-formatter-1.0.tar.gz
RUN rm bandit-github-formatter-1.0.tar.gz

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 85fcc34

Please sign in to comment.