mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-24 06:40:09 +00:00
remove /var/cache/* for minor size savings
This commit is contained in:
parent
5736461183
commit
bab146593c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ RUN set -x && \
|
||||||
apt-get autoremove -q -o APT::Autoremove::RecommendsImportant=0 -o APT::Autoremove::SuggestsImportant=0 -y && \
|
apt-get autoremove -q -o APT::Autoremove::RecommendsImportant=0 -o APT::Autoremove::SuggestsImportant=0 -y && \
|
||||||
find /usr | grep -E "/__pycache__$" | xargs rm -rf || true && \
|
find /usr | grep -E "/__pycache__$" | xargs rm -rf || true && \
|
||||||
apt-get clean -q -y && \
|
apt-get clean -q -y && \
|
||||||
rm -rf /src /tmp/* /var/lib/apt/lists/* /git && \
|
rm -rf /src /tmp/* /var/lib/apt/lists/* /git /var/cache/* && \
|
||||||
#
|
#
|
||||||
# Do some stuff for kx1t's convenience:
|
# Do some stuff for kx1t's convenience:
|
||||||
echo "alias dir=\"ls -alsv\"" >> /root/.bashrc && \
|
echo "alias dir=\"ls -alsv\"" >> /root/.bashrc && \
|
||||||
|
|
Loading…
Reference in a new issue