create initial fuglu image
Some checks failed
Build OCI Containers / Build Containers (push) Failing after 54s

This commit is contained in:
Stefan Harmuth 2024-03-11 01:50:51 +01:00
parent 47bdf42749
commit 6e1cc7e1bc

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 python3 python3-pip && \
apt-get -y install python3 python3-venv && \
apt-get -y clean && \
python3 -m venv /opt/fuglu && \
/opt/fuglu/bin/pip3 install --upgrade pip setuptools && \