mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-12 08:26:21 +00:00
remove extra packages
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
FROM python:3.8-slim
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user