Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo authored Jul 15, 2023
1 parent 6741565 commit 08a8049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/remote-index/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apt-get install -y cron python3 python3-requests unzip nginx-light wget unzi
# We install pip, jinja and delete pip afterwards in same step to keep final
# image size small.
RUN apt-get install -y --no-install-recommends python3-pip && \
pip3 install j2cli && apt-get remove -y python3-pip && apt-get autoremove -y
pip3 install j2cli --break-system-packages && apt-get remove -y python3-pip && apt-get autoremove -y
RUN rm -rf /var/www/html/*
#WORKDIR "/"

Expand Down

0 comments on commit 08a8049

Please sign in to comment.