mirror of
https://github.com/miaowware/qrm2.git
synced 2025-08-03 13:52:25 -04:00
Dockerfile: ensure system update works
This commit is contained in:
parent
c3fbd3e719
commit
585cae8b97
@ -1,4 +1,4 @@
|
|||||||
FROM ghcr.io/void-linux/void-linux:latest-mini-x86_64
|
FROM ghcr.io/void-linux/void-linux:latest-full-x86_64-musl
|
||||||
LABEL org.opencontainers.image.source https://github.com/miaowware/qrm2
|
LABEL org.opencontainers.image.source https://github.com/miaowware/qrm2
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
@ -11,9 +11,10 @@ ARG GID 1000
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
echo "**** update system ****" && \
|
echo "**** update system ****" && \
|
||||||
xbps-install -SuyM -R ${REPOSITORY} && \
|
xbps-install -Suy xbps -R ${REPOSITORY} && \
|
||||||
|
xbps-install -uy -R ${REPOSITORY} && \
|
||||||
echo "**** install system packages ****" && \
|
echo "**** install system packages ****" && \
|
||||||
xbps-install -yM -R ${REPOSITORY} ${PKGS} python3 python3-pip && \
|
xbps-install -y -R ${REPOSITORY} ${PKGS} python3 python3-pip && \
|
||||||
echo "**** install pip packages ****" && \
|
echo "**** install pip packages ****" && \
|
||||||
pip3 install -U pip setuptools wheel && \
|
pip3 install -U pip setuptools wheel && \
|
||||||
pip3 install -r requirements.txt && \
|
pip3 install -r requirements.txt && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user