Skip to content

Commit

Permalink
remove unnecessary qemu files to save space
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Oct 26, 2024
1 parent c75dce9 commit d96a7fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ echo "TARGETARCH $TARGETARCH" && \
apt-get remove -y "${TEMP_PACKAGES[@]}"; \
fi && \
apt-get autoremove -y && \
# delete unnecessary qemu binaries to save lots of space
{ find /usr/bin -regex '/usr/bin/qemu-.*-static' | grep -v qemu-arm-static | xargs rm -vf {} || true; } && \
rm -rf /src/* /tmp/* /var/lib/apt/lists/*

# add AIS-catcher and libairspyhf
Expand Down

0 comments on commit d96a7fe

Please sign in to comment.