This commit is contained in:
2024-01-17 13:47:54 +03:00
parent 657c424bf1
commit dc54853fc7
8 changed files with 75 additions and 27 deletions

View File

@@ -1,11 +1,11 @@
FROM registry.altlinux.org/alt/python:p10
RUN apt-get update && apt-get install -y \
eepm \
wget \
apt-repo-tools \
alien \
pip
pip && \
wget -O- https://eepm.ru/epm.sh | bash /dev/stdin ei
# && rm -rf /var/lib/apt/lists/*
COPY requirements.txt .