Skip to content

Commit

Permalink
Containerfile: noextract python EXTERNALLY-MANAGED file
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Oct 3, 2023
1 parent 1c0e2a4 commit b51f606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN apk add ca-certificates curl && \
curl "${MIRROR}/static/xbps-static-static-0.59_5.$(uname -m)-musl.tar.xz" | tar vJx
COPY keys/* /target/var/db/xbps/keys/
COPY setup.sh /bootstrap/setup.sh
COPY noextract-python.conf /target/etc/xbps.d/noextract-python.conf
RUN --mount=type=cache,sharing=locked,target=/target/var/cache/xbps,id=repocache-${LIBC} \
. /bootstrap/setup.sh; \
XBPS_TARGET_ARCH=${ARCH} xbps-install -S \
Expand Down
1 change: 1 addition & 0 deletions noextract-python.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
noextract=/usr/lib/python*/EXTERNALLY-MANAGED

0 comments on commit b51f606

Please sign in to comment.