mirror of
https://github.com/Maks1mS/altlinux-autorepacked.git
synced 2025-10-14 23:02:50 +03:00
init
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM registry.altlinux.org/alt/python:p10
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
eepm \
|
||||
wget
|
||||
# && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY ./autorepacked ./autorepacked
|
||||
|
||||
ENV PYTHONPATH "${PYTHONPATH}:."
|
||||
|
||||
CMD ["python3", "-u", "./autorepacked/main.py"]
|
Reference in New Issue
Block a user