mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 13:20:11 +00:00
fixup deleting apt lists and similar (#118)
shell wildcards don't work when quoted
This commit is contained in:
parent
14361104db
commit
2619892840
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue