kopia lustrzana https://github.com/dgtlmoon/changedetection.io
revert c60be56271
rodzic
5311a95140
commit
ab6f4d11ed
|
@ -1,5 +1,6 @@
|
||||||
FROM python:3.8-slim
|
FROM python:3.8-slim
|
||||||
COPY requirements.txt /tmp/requirements.txt
|
COPY requirements.txt /tmp/requirements.txt
|
||||||
|
RUN apt-get update && apt-get install -y gcc libc-dev libxslt-dev zlib1g-dev g++
|
||||||
|
|
||||||
RUN pip3 install -r /tmp/requirements.txt
|
RUN pip3 install -r /tmp/requirements.txt
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue