Avoid installing recommended packages.

This commit is contained in:
tecnovert
2024-10-14 10:31:48 +02:00
parent 445aa116ad
commit 33cf81a76d
3 changed files with 33 additions and 27 deletions

View File

@@ -5,7 +5,8 @@ ENV LANG=C.UTF-8 \
DATADIR=/data
RUN apt-get update; \
apt-get install -y python3-pip unzip pkg-config gosu tzdata;
apt-get install -y --no-install-recommends \
python3-pip libpython3-dev gnupg pkg-config gcc libc-dev gosu tzdata;
ARG BASICSWAP_URL=https://github.com/basicswap/basicswap/archive/master.zip
ARG BASICSWAP_DIR=basicswap-master