Skip to content

Commit

Permalink
chore: Update package names in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Nov 18, 2024
1 parent 74ade44 commit de5d57c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ FROM ghcr.io/radiorabe/python-minimal:3.0.1 AS app
COPY --from=build /opt/app-root/src/dist/*.whl /tmp/dist/

RUN microdnf install -y \
python3.11-pip \
python3.12-pip \
&& python -mpip --no-cache-dir install /tmp/dist/*.whl \
&& microdnf remove -y \
python3.11-pip \
python3.11-setuptools \
python3.12-pip \
python3.12-setuptools \
&& microdnf clean all \
&& rm -rf /tmp/dist/

Expand Down

0 comments on commit de5d57c

Please sign in to comment.