From 22ec84453b907c67f086acb9ecdbe5274bb6db5d Mon Sep 17 00:00:00 2001 From: Arthur Joppart Date: Mon, 27 May 2024 01:23:41 +0200 Subject: [PATCH] build: forgot gosu --- dl-downer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dl-downer/Dockerfile b/dl-downer/Dockerfile index b9e726a..95c1e2c 100644 --- a/dl-downer/Dockerfile +++ b/dl-downer/Dockerfile @@ -45,6 +45,6 @@ RUN pip install --no-cache-dir -r requirements.txt # RUN pip install playwright==@1.42.0 # RUN playwright install --with-deps -RUN apt-get install -y sudo +RUN apt-get install -y sudo gosu ENTRYPOINT [ "entry.sh" ]