diff --git a/Dockerfile b/Dockerfile index cf0f909..de12239 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,6 @@ COPY run.py /app WORKDIR /app -RUN apt install -y chromium-chromedriver && pip install -r requirements.txt +RUN apk add -y chromium-chromedriver && pip install -r requirements.txt CMD ["python", "run.py"] \ No newline at end of file