From 68501c6447a696bb39f0e44ebd551b9ca19ebebc Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 23 Dec 2021 15:09:13 +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 020837d..8375625 100644 --- a/youtube-dl/Dockerfile +++ b/youtube-dl/Dockerfile @@ -1,5 +1,5 @@ FROM docker.io/library/debian:testing -RUN ls -l /etc/apt/trusted.gpg.d +RUN ls -la /etc/apt/ # hadolint ignore=DL3008,DL3015 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y \ -- GitLab