small but infinite error

This commit is contained in:
piair
2023-04-14 10:31:12 +02:00
parent 8d53a2b30b
commit fbb2feae31
3 changed files with 10 additions and 4 deletions

View File

@ -4,11 +4,11 @@ ENV DEBIAN_FRONTEND noninteractive
ENV GECKODRIVER_VER v0.31.0
ENV FIREFOX_VER 87.0
WORKDIR /app
RUN set -x \
&& apt update \
&& apt upgrade -y \
&& apt install -y \
tzdata \
wfrench \
git \
libx11-xcb1 \
@ -31,6 +31,7 @@ RUN set -x \
&& mv geckodriver /usr/bin/
ENV TZ="Europe/Paris"
WORKDIR /app/MsRewards
CMD python main.py