mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 13:20:11 +00:00
Update Dockerfile
This commit is contained in:
parent
a0fd9a568d
commit
8ce4cd0029
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN set -x && \
|
|||
TEMP_PACKAGES+=(python3-dev) && \
|
||||
TEMP_PACKAGES+=(python3-distutils-extra) && \
|
||||
TEMP_PACKAGES+=(python3-pip) && \
|
||||
TEMP_PACKAGES+=(python3-setuptools) && \
|
||||
KEPT_PACKAGES+=(python3-setuptools) && \
|
||||
TEMP_PACKAGES+=(python3-wheel) && \
|
||||
#
|
||||
# packages needed for debugging - these can stay out in production builds:
|
||||
|
|
Loading…
Reference in a new issue