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