1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 13:50:46 +00:00

Update Dockerfile

This commit is contained in:
Fred Clausen 2023-08-26 17:04:00 -06:00
parent 8ce4cd0029
commit 4c05afb1b2

View file

@ -23,6 +23,7 @@ RUN set -x && \
TEMP_PACKAGES+=(python3-distutils-extra) && \ TEMP_PACKAGES+=(python3-distutils-extra) && \
TEMP_PACKAGES+=(python3-pip) && \ TEMP_PACKAGES+=(python3-pip) && \
KEPT_PACKAGES+=(python3-setuptools) && \ KEPT_PACKAGES+=(python3-setuptools) && \
KEPT_PACKAGES+=(python3-pkg-resources) && \
TEMP_PACKAGES+=(python3-wheel) && \ TEMP_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: