Skip to content

Commit b51f606

Browse files
committed
Containerfile: noextract python EXTERNALLY-MANAGED file
1 parent 1c0e2a4 commit b51f606

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN apk add ca-certificates curl && \
77
curl "${MIRROR}/static/xbps-static-static-0.59_5.$(uname -m)-musl.tar.xz" | tar vJx
88
COPY keys/* /target/var/db/xbps/keys/
99
COPY setup.sh /bootstrap/setup.sh
10+
COPY noextract-python.conf /target/etc/xbps.d/noextract-python.conf
1011
RUN --mount=type=cache,sharing=locked,target=/target/var/cache/xbps,id=repocache-${LIBC} \
1112
. /bootstrap/setup.sh; \
1213
XBPS_TARGET_ARCH=${ARCH} xbps-install -S \

noextract-python.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
noextract=/usr/lib/python*/EXTERNALLY-MANAGED

0 commit comments

Comments
 (0)