fuglu: smaller image
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 2m49s
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 2m49s
This commit is contained in:
parent
2e12d33105
commit
b30b38f918
@ -3,7 +3,7 @@ FROM debian:bookworm-slim
|
|||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get -y upgrade && \
|
apt-get -y upgrade && \
|
||||||
apt-get -y --purge autoremove && \
|
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 && \
|
apt-get -y clean && \
|
||||||
python3 -m venv /opt/fuglu && \
|
python3 -m venv /opt/fuglu && \
|
||||||
/opt/fuglu/bin/pip3 install --upgrade pip setuptools && \
|
/opt/fuglu/bin/pip3 install --upgrade pip setuptools && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user