Skip to content

Commit

Permalink
Clean up disc space
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Dec 23, 2024
1 parent dcf63a7 commit e61699c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,7 @@ RUN rm -rf "${CARGO_HOME}/registry" "${CARGO_HOME}/git" /root/.cache/sccache
# finalize | apt clean up
RUN apt-get autoremove -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/* \
rm -rf /tmp/*

RUN df -h && ls -a && pwd

0 comments on commit e61699c

Please sign in to comment.