Merge pull request #2168 from yontank/master

Docker image not running
This commit is contained in:
Roland Geider
2026-01-29 17:08:51 +01:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ FROM wger/server:latest
USER root
WORKDIR /home/wger/src
RUN wget -O- https://deb.nodesource.com/setup_22.x | bash - \
RUN wget -O- https://deb.nodesource.com/setup_22.x | bash - &&\
apt update && \
apt install --no-install-recommends -y \
git \