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

This commit is contained in:
Stefan Harmuth 2024-03-11 01:38:44 +01:00
parent a5046adee6
commit 47bdf42749

View File

@ -5,7 +5,6 @@ RUN apt-get update && \
apt-get -y --purge autoremove && \
apt-get -y install python3 python3-pip && \
apt-get -y clean && \
pip3 install --upgrade pip && \
python3 -m venv /opt/fuglu && \
/opt/fuglu/bin/pip3 install --upgrade pip setuptools && \
/opt/fuglu/bin/pip3 install fuglu rarfile rednose "sqlalchemy<2.0.0" python-magic pyspf py3dns mock ssdeep redis geoip2 beautifulsoup4 lxml pysrs pylzma dkimpy authres dmarc pysocks && \