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 16:46:14 -06:00
parent a0fd9a568d
commit 8ce4cd0029

View file

@ -22,7 +22,7 @@ RUN set -x && \
TEMP_PACKAGES+=(python3-dev) && \ TEMP_PACKAGES+=(python3-dev) && \
TEMP_PACKAGES+=(python3-distutils-extra) && \ TEMP_PACKAGES+=(python3-distutils-extra) && \
TEMP_PACKAGES+=(python3-pip) && \ TEMP_PACKAGES+=(python3-pip) && \
TEMP_PACKAGES+=(python3-setuptools) && \ KEPT_PACKAGES+=(python3-setuptools) && \
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: