This commit is contained in:
2024-01-21 12:41:50 +03:00
parent 85cda3e705
commit 7750d226f4
6 changed files with 40 additions and 9 deletions

View File

@@ -4,8 +4,9 @@ RUN apt-get update && apt-get install -y \
wget \
apt-repo-tools \
alien \
pip && \
wget -O- https://eepm.ru/epm.sh | bash /dev/stdin ei
pip \
epm
# wget -O- https://eepm.ru/epm.sh | bash /dev/stdin ei
COPY requirements.txt .
RUN pip --no-cache-dir install -r requirements.txt