FS updates and corrections
This commit is contained in:
@@ -2,7 +2,6 @@ FROM python:latest
|
||||
|
||||
ENV TZ Euopre/Zurich
|
||||
|
||||
|
||||
RUN echo "deb http://deb.debian.org/debian/ unstable main contrib non-free" >> /etc/apt/sources.list
|
||||
RUN apt-get update && apt-get install -y \
|
||||
evince \
|
||||
@@ -33,4 +32,4 @@ COPY app /app/auto_news
|
||||
WORKDIR /app/auto_news
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
|
||||
ENTRYPOINT ["python3", "runner.py"]
|
||||
ENTRYPOINT ["python3", "runner.py"]
|
||||
|
Reference in New Issue
Block a user