Commit 1a00fd1b authored by nimrod's avatar nimrod
Browse files

Add deepclean to the Docker image.

parent 047d3ebe
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@ RUN apk add --update-cache --no-cache \
        docker-compose \
        docker-py \
        py3-dotenv \
        py3-pip \
    && \
    python3 -m pip install --no-cache-dir --progress-bar=off deepclean && \
    rm -rf /root/.cache /tmp/* /var/tmp/*
COPY --chown=root:root compose-health-check /usr/local/bin/