feat: update alpine 3.16
This commit is contained in:
parent
9384e89e23
commit
d6bf2b07ce
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.15
|
FROM ghcr.io/linuxserver/baseimage-alpine:3.16
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
@ -10,6 +10,8 @@ LABEL maintainer="aptalca"
|
||||||
ENV HOME="/config"
|
ENV HOME="/config"
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
|
echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
|
||||||
|
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
|
||||||
echo "**** install build packages ****" && \
|
echo "**** install build packages ****" && \
|
||||||
apk add --no-cache --virtual=build-dependencies \
|
apk add --no-cache --virtual=build-dependencies \
|
||||||
build-base \
|
build-base \
|
||||||
|
@ -37,7 +39,7 @@ RUN \
|
||||||
PYLOAD="pyload-ng[all]==${PYLOAD_VERSION}"; \
|
PYLOAD="pyload-ng[all]==${PYLOAD_VERSION}"; \
|
||||||
fi && \
|
fi && \
|
||||||
pip3 install -U pip setuptools wheel && \
|
pip3 install -U pip setuptools wheel && \
|
||||||
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.15/ \
|
pip install -U --find-links https://wheel-index.linuxserver.io/alpine-3.16/ \
|
||||||
"${PYLOAD}" && \
|
"${PYLOAD}" && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
apk del --purge \
|
apk del --purge \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue