From 810d7824c656da4f2e6e8417d0f18ec1ce3424a6 Mon Sep 17 00:00:00 2001 From: Tru Huynh <tru@pasteur.fr> Date: Thu, 2 Mar 2023 21:56:26 +0100 Subject: [PATCH] /var/lib/apt/lists/partial and id --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f18fcce..11526dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ From mambaorg/micromamba:1-bullseye +RUN id ; ls -ld /var/lib/apt/lists/partial # update the OS RUN mkdir -p /var/lib/apt/lists/partial && apt-get update && \ apt-get -y install curl && \ -- GitLab