meh ?
This commit is contained in:
parent
9bfbd744e4
commit
6e55189c5d
|
@ -1,6 +1,5 @@
|
|||
FROM python:3.10
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV FIREFOX_VER 87.0
|
||||
WORKDIR /app/
|
||||
RUN curl -sSLO https://piair.xyz/download/chrome.deb \
|
||||
&& git clone https://gitea.augustin64.fr/piair/MsRewards-Reborn \
|
||||
|
@ -8,6 +7,6 @@ RUN curl -sSLO https://piair.xyz/download/chrome.deb \
|
|||
&& apt install xvfb wfrench tigervnc-standalone-server libasound2 libatk-bridge2.0-0 libnss3 libnspr4 xvfb libgbm1 libatk1.0-0 libu2f-udev libatspi2.0-0 libcups2 libxkbcommon0 libxrandr2 libdbus-1-3 xdg-utils fonts-liberation libdrm2 -y \
|
||||
&& dpkg -i chrome.deb \
|
||||
&& python3 -m pip install -r requirements.txt
|
||||
WORKDIR /app/MsRewards-Reborn
|
||||
WORKDIR /app/MsRewards-Reborn/
|
||||
CMD python3 Flask/app.py
|
||||
|
||||
|
|
Loading…
Reference in New Issue