1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-11-23 22:30:09 +00:00

mlat-client: make a bunch of packages temporary

turns out not all of the packages are necessary for mlat-client to run
This commit is contained in:
Matthias Wirth 2024-05-26 18:43:00 +02:00
parent 4582b42304
commit ce909592ad

View file

@ -17,14 +17,14 @@ RUN set -x && \
# #
# These are needed to compile and install the mlat_client: # These are needed to compile and install the mlat_client:
KEPT_PACKAGES+=(python3) && \ KEPT_PACKAGES+=(python3) && \
KEPT_PACKAGES+=(python3-pkg-resources) && \
TEMP_PACKAGES+=(build-essential) && \ TEMP_PACKAGES+=(build-essential) && \
TEMP_PACKAGES+=(debhelper) && \ TEMP_PACKAGES+=(debhelper) && \
KEPT_PACKAGES+=(python3-dev) && \ TEMP_PACKAGES+=(python3-dev) && \
KEPT_PACKAGES+=(python3-distutils-extra) && \ TEMP_PACKAGES+=(python3-distutils-extra) && \
KEPT_PACKAGES+=(python3-pip) && \ TEMP_PACKAGES+=(python3-pip) && \
KEPT_PACKAGES+=(python3-setuptools) && \ TEMP_PACKAGES+=(python3-setuptools) && \
KEPT_PACKAGES+=(python3-pkg-resources) && \ TEMP_PACKAGES+=(python3-wheel) && \
KEPT_PACKAGES+=(python3-wheel) && \
# #
# packages needed for debugging - these can stay out in production builds: # packages needed for debugging - these can stay out in production builds:
#KEPT_PACKAGES+=(procps nano aptitude psmisc) && \ #KEPT_PACKAGES+=(procps nano aptitude psmisc) && \