From e58df257797b38e1086d6add5357f1aa4987d14e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 23 Dec 2021 15:12:34 +0200 Subject: [PATCH] Another try. --- youtube-dl/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube-dl/Dockerfile b/youtube-dl/Dockerfile index 70262c8..5bdc142 100644 --- a/youtube-dl/Dockerfile +++ b/youtube-dl/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/library/debian:testing RUN whoami && id -u && id -g -RUN ls -la /etc +RUN ls -la / # hadolint ignore=DL3008,DL3015 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y \ -- GitLab