From 761de5028fce59b0ddc95aa88016b5cf32024826 Mon Sep 17 00:00:00 2001 From: piair Date: Fri, 3 Nov 2023 18:45:26 +0100 Subject: [PATCH] Update Dockerfile -y --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e004ecb..4adeb8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app/ RUN apt update \ && 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 \ - && apt install redis \ + && apt install redis -y \ && curl -sSLO https://nc.piair.xyz/s/BKLsBWoZkTdYjfq/download/chrome.deb \ && ln -fs /usr/share/zoneinfo/Europe/Paris /etc/localtime \ && git clone https://gitea.augustin64.fr/piair/MsRewards-Reborn \