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

Add deepclean to the Docker image.

parent 047d3ebe
Branches
No related tags found
No related merge requests found
Pipeline #2958 passed
...@@ -4,6 +4,8 @@ RUN apk add --update-cache --no-cache \ ...@@ -4,6 +4,8 @@ RUN apk add --update-cache --no-cache \
docker-compose \ docker-compose \
docker-py \ docker-py \
py3-dotenv \ py3-dotenv \
py3-pip \
&& \ && \
python3 -m pip install --no-cache-dir --progress-bar=off deepclean && \
rm -rf /root/.cache /tmp/* /var/tmp/* rm -rf /root/.cache /tmp/* /var/tmp/*
COPY --chown=root:root compose-health-check /usr/local/bin/ 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