Skip to content

Commit

Permalink
Move to lsio Alpine 3.19 and suppress system python venv warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
awbn committed Jan 18, 2024
1 parent b4bf0bc commit a4e6127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.18
FROM ghcr.io/linuxserver/baseimage-alpine:3.19

ARG GYB_VERSION
LABEL org.opencontainers.image.source="https://github.com/awbn/docker-gyb"
Expand Down Expand Up @@ -33,7 +33,7 @@ RUN \
curl -sLX GET https://github.com/${GYB_REPO}/archive/refs/tags/${GYB_VERSION}.tar.gz \
| tar -zx --strip-components=1 -C /app/src \
|| { echo "ERROR: Could not find GYB Release '${GYB_VERSION}'" >&2 && exit 1; } && \
pip3 install --no-cache-dir --requirement /app/src/requirements.txt
pip3 install --break-system-packages --no-cache-dir --requirement /app/src/requirements.txt

COPY root/ /
VOLUME ["/config"]

0 comments on commit a4e6127

Please sign in to comment.