create initial fuglu image
Some checks failed
Build OCI Containers / Build Containers (push) Failing after 54s
Some checks failed
Build OCI Containers / Build Containers (push) Failing after 54s
This commit is contained in:
parent
47bdf42749
commit
6e1cc7e1bc
@ -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 python3 python3-pip && \
|
apt-get -y install python3 python3-venv && \
|
||||||
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