Skip to content

Commit

Permalink
remove python3-minimal from baseimage
Browse files Browse the repository at this point in the history
main motivation was commonality for ADS-B images using mlat-client, this
is now achieved by other means
  • Loading branch information
wiedehopf committed Jan 12, 2025
1 parent 6e5b418 commit 38f67ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ RUN \
KEPT_PACKAGES+=(nano) && \
KEPT_PACKAGES+=(iputils-ping) && \
KEPT_PACKAGES+=(dnsutils) && \
# used by enough images to warrant installing it in common (adds 17 MB to image size)
KEPT_PACKAGES+=(python3-minimal) && \
# install packages
## Builder fixes...
mkdir -p /usr/sbin/ && \
Expand Down

0 comments on commit 38f67ca

Please sign in to comment.