Update Dockerfile
je comporend pas pourquoi ca marchais avant en fait
This commit is contained in:
parent
b25fa7579b
commit
b5050e6bdc
|
@ -4,7 +4,7 @@ WORKDIR /app/
|
||||||
RUN apt update \
|
RUN apt update \
|
||||||
&& wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb \
|
&& wget http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb \
|
||||||
&& dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb \
|
&& dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb \
|
||||||
&& apt install redis -y \
|
&& apt install redis libgtk-4-1 libvulkan1 libxdamage1 -y \
|
||||||
&& curl -sSLO https://nc.piair.xyz/s/BKLsBWoZkTdYjfq/download/chrome.deb \
|
&& curl -sSLO https://nc.piair.xyz/s/BKLsBWoZkTdYjfq/download/chrome.deb \
|
||||||
&& ln -fs /usr/share/zoneinfo/Europe/Paris /etc/localtime \
|
&& ln -fs /usr/share/zoneinfo/Europe/Paris /etc/localtime \
|
||||||
&& git clone https://gitea.augustin64.fr/piair/MsRewards-Reborn \
|
&& git clone https://gitea.augustin64.fr/piair/MsRewards-Reborn \
|
||||||
|
|
Loading…
Reference in New Issue