mirror of
https://github.com/sdr-enthusiasts/docker-planefence.git
synced 2025-12-22 11:17:06 +00:00
remove pycache to reduce image size by 7 MB
This commit is contained in:
@@ -54,6 +54,8 @@ RUN set -xe && \
|
||||
apt-get remove -y -q ${TEMP_PACKAGES[@]} && \
|
||||
apt-get autoremove -q -o APT::Autoremove::RecommendsImportant=0 -o APT::Autoremove::SuggestsImportant=0 -y && \
|
||||
apt-get clean -y -q && \
|
||||
# remove pycache
|
||||
{ find /usr | grep -E "/__pycache__$" | xargs rm -rf || true; } && \
|
||||
rm -rf \
|
||||
/src/* \
|
||||
/var/cache/* \
|
||||
|
||||
Reference in New Issue
Block a user