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