We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6111c83 commit 67f9f5aCopy full SHA for 67f9f5a
docker/Dockerfile
@@ -4,7 +4,8 @@ RUN apt-get install -y cron python3 python3-requests unzip nginx-light
4
# We install pip, jinja and delete pip afterwards in same step to keep final
5
# image size small.
6
RUN apt-get install -y --no-install-recommends python3-pip && \
7
- pip3 install j2cli && apt-get remove -y python3-pip && apt-get autoremove -y
+ pip3 install --break-system-packages j2cli && apt-get remove -y python3-pip \
8
+ && apt-get autoremove -y
9
RUN rm -rf /var/www/html/*
10
WORKDIR "/"
11
0 commit comments