mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-20 01:34:45 +02:00
je tente des truc mais on a jamais été si proche
This commit is contained in:
@ -6,6 +6,7 @@ RUN curl -sSLO https://piair.xyz/download/chrome.deb \
|
||||
&& git clone https://gitea.augustin64.fr/piair/MsRewards-Reborn \
|
||||
&& python3 -m pip install -r MsRewards-Reborn/requirements.txt \
|
||||
&& wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key \
|
||||
&& curl -fsSL https://packages.redis.io/gpg | gpg --dearmor -o /usr/share/keyrings/redis-archive-keyring.gpg \
|
||||
&& echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | tee -a /etc/apt/sources.list.d/grafana.list \
|
||||
&& echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb bullseye main" | tee /etc/apt/sources.list.d/redis.list \
|
||||
&& apt update \
|
||||
|
Reference in New Issue
Block a user