mirror of
https://github.com/Maks1mS/altlinux-autorepacked.git
synced 2025-10-14 23:02:50 +03:00
refactor
This commit is contained in:
@@ -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 .
|
||||
|
Reference in New Issue
Block a user