Skip to content

Commit

Permalink
fixing python path
Browse files Browse the repository at this point in the history
  • Loading branch information
cybcon committed Dec 23, 2024
1 parent 1f0962d commit ba9f282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FROM base
LABEL maintainer="Michael Oberdorf IT-Consulting <[email protected]>"
LABEL site.local.program.version="1.0.16"

COPY --from=builder /usr/lib/python3.11/site-packages /usr/lib/python3.11/site-packages
COPY --from=builder /usr/lib/python3.12/site-packages /usr/lib/python3.12/site-packages

RUN apk add --no-cache --update \
libstdc++=14.2.0-r4 \
Expand Down

0 comments on commit ba9f282

Please sign in to comment.