Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rl-devops committed Nov 11, 2024
1 parent 67bc53c commit ecbcd96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ LABEL org.opencontainers.image.authors=secure.software@reversinglabs.com
LABEL org.opencontainers.image.url=https://www.secure.software/
LABEL org.opencontainers.image.vendor=ReversingLabs

RUN microdnf install -y --nodocs python3-pip && \
RUN microdnf upgrade -y && \
microdnf install -y --nodocs python3-pip && \
pip3 install requests && \
pip3 uninstall setuptools -y && \
microdnf remove pip -y && \
Expand Down

0 comments on commit ecbcd96

Please sign in to comment.