fuglu: smaller image
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 2m49s

This commit is contained in:
Stefan Harmuth 2024-03-17 20:32:21 +01:00
parent 2e12d33105
commit b30b38f918

View File

@ -3,7 +3,7 @@ FROM debian:bookworm-slim
RUN apt-get update && \
apt-get -y upgrade && \
apt-get -y --purge autoremove && \
apt-get -y install wget python3 python3-venv build-essential ssdeep libpython3-dev libfuzzy-dev libmagic1 libmilter1.0.1 && \
apt-get -y install wget python3 python3-venv gcc libc6-dev ssdeep libpython3-dev libfuzzy-dev libmagic1 libmilter1.0.1 && \
apt-get -y clean && \
python3 -m venv /opt/fuglu && \
/opt/fuglu/bin/pip3 install --upgrade pip setuptools && \