mirror of
https://github.com/linuxserver/docker-beets.git
synced 2026-02-05 03:17:08 +08:00
3.10 runs python 3.7, updating pathing
This commit is contained in:
parent
63f592150d
commit
d4ed739f84
@ -160,7 +160,7 @@ FROM lsiobase/alpine:${ALPINE_VER} as strip-stage
|
||||
COPY --from=beets_build-stage /build/beets/usr/ /build/all//usr/
|
||||
COPY --from=chromaprint_build-stage /build/chromaprint/usr/ /build/all//usr/
|
||||
COPY --from=mp3gain_build-stage /build/mp3gain/usr/ /build/all//usr/
|
||||
COPY --from=pip-stage /usr/lib/python3.6/site-packages /build/all/usr/lib/python3.6/site-packages
|
||||
COPY --from=pip-stage /usr/lib/python3.7/site-packages /build/all/usr/lib/python3.7/site-packages
|
||||
|
||||
# install strip packages
|
||||
RUN \
|
||||
@ -174,7 +174,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# strip packages
|
||||
RUN \
|
||||
set -ex && \
|
||||
for dirs in usr/bin usr/lib usr/lib/python3.6/site-packages; \
|
||||
for dirs in usr/bin usr/lib usr/lib/python3.7/site-packages; \
|
||||
do \
|
||||
find /build/all/"${dirs}" -type f | \
|
||||
while read -r files ; do strip "${files}" || true \
|
||||
|
||||
@ -164,7 +164,7 @@ FROM lsiobase/alpine:arm64v8-${ALPINE_VER} as strip-stage
|
||||
COPY --from=beets_build-stage /build/beets/usr/ /build/all//usr/
|
||||
COPY --from=chromaprint_build-stage /build/chromaprint/usr/ /build/all//usr/
|
||||
COPY --from=mp3gain_build-stage /build/mp3gain/usr/ /build/all//usr/
|
||||
COPY --from=pip-stage /usr/lib/python3.6/site-packages /build/all/usr/lib/python3.6/site-packages
|
||||
COPY --from=pip-stage /usr/lib/python3.7/site-packages /build/all/usr/lib/python3.7/site-packages
|
||||
|
||||
# install strip packages
|
||||
RUN \
|
||||
@ -178,7 +178,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# strip packages
|
||||
RUN \
|
||||
set -ex && \
|
||||
for dirs in usr/bin usr/lib usr/lib/python3.6/site-packages; \
|
||||
for dirs in usr/bin usr/lib usr/lib/python3.7/site-packages; \
|
||||
do \
|
||||
find /build/all/"${dirs}" -type f | \
|
||||
while read -r files ; do strip "${files}" || true \
|
||||
|
||||
@ -160,7 +160,7 @@ FROM lsiobase/alpine:arm32v7-${ALPINE_VER} as strip-stage
|
||||
COPY --from=beets_build-stage /build/beets/usr/ /build/all//usr/
|
||||
COPY --from=chromaprint_build-stage /build/chromaprint/usr/ /build/all//usr/
|
||||
COPY --from=mp3gain_build-stage /build/mp3gain/usr/ /build/all//usr/
|
||||
COPY --from=pip-stage /usr/lib/python3.6/site-packages /build/all/usr/lib/python3.6/site-packages
|
||||
COPY --from=pip-stage /usr/lib/python3.7/site-packages /build/all/usr/lib/python3.7/site-packages
|
||||
|
||||
# install strip packages
|
||||
RUN \
|
||||
@ -174,7 +174,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# strip packages
|
||||
RUN \
|
||||
set -ex && \
|
||||
for dirs in usr/bin usr/lib usr/lib/python3.6/site-packages; \
|
||||
for dirs in usr/bin usr/lib usr/lib/python3.7/site-packages; \
|
||||
do \
|
||||
find /build/all/"${dirs}" -type f | \
|
||||
while read -r files ; do strip "${files}" || true \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user