From 28206865eace9b805168d6f2fd66e9a4896609e2 Mon Sep 17 00:00:00 2001 From: piair Date: Fri, 3 Nov 2023 18:36:03 +0100 Subject: [PATCH] Update Dockerfile uh --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 27c4cd5..09e550a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ FROM python:3.10 ENV DEBIAN_FRONTEND noninteractive WORKDIR /app/ -RUN - wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb \ +RUN wget http://archive.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 \ && curl -sSLO https://nc.piair.xyz/s/BKLsBWoZkTdYjfq/download/chrome.deb \ && ln -fs /usr/share/zoneinfo/Europe/Paris /etc/localtime \