1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 13:50:46 +00:00
This commit is contained in:
kx1t 2023-04-28 10:08:53 -04:00
parent 69e6e736f8
commit 30b37108d0

View file

@ -46,7 +46,7 @@ RUN set -x && \
# Clean up and install POST_PACKAGES:
apt-get remove -q -y ${TEMP_PACKAGES[@]} && \
apt-get install -o Dpkg::Options::="--force-confnew" -y --no-install-recommends -q \
${POST_PACKAGES[@]} \
${POST_PACKAGES[@]} && \
apt-get autoremove -q -o APT::Autoremove::RecommendsImportant=0 -o APT::Autoremove::SuggestsImportant=0 -y && \
apt-get clean -q -y && \
rm -rf /src /tmp/* /var/lib/apt/lists/* /git && \