Skip to content

Commit

Permalink
fixup deleting apt lists and similar (#118)
Browse files Browse the repository at this point in the history
shell wildcards don't work when quoted
  • Loading branch information
wiedehopf authored Jul 26, 2024
1 parent 1436110 commit 2619892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN \
/usr/bin/mlat-client --help > /dev/null && \
# remove pycache introduced by testing mlat-client
find /usr | grep -E "/__pycache__$" | xargs rm -rf || true && \
rm -rf /src "/tmp/*" "/var/lib/apt/lists/*" /git "/var/cache/*" && \
rm -rf /src /tmp/* /var/lib/apt/lists/* /git /var/cache/* && \
#
# Do some stuff for kx1t's convenience:
echo "alias dir=\"ls -alsv\"" >> /root/.bashrc && \
Expand Down

0 comments on commit 2619892

Please sign in to comment.