Skip to content
Snippets Groups Projects
Commit f0aaf3c4 authored by nimrod's avatar nimrod
Browse files

Images: Small fix to the docker image.

parent 05cb5e25
Branches
No related tags found
No related merge requests found
Pipeline #3690 passed
......@@ -9,6 +9,6 @@ RUN apk add --update-cache --no-cache \
py3-pip \
skopeo \
&& \
python3 -m pip install --no-cache-dir --progress-bar=off deepclean && \
python3 -m pip install --break-system-packages --no-cache-dir --progress-bar=off deepclean && \
rm -rf /root/.cache /tmp/* /var/tmp/*
COPY --chown=root:root compose-health-check /usr/local/bin/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment