From 09c15942ebddb61a6ac714a694abd24a09492060 Mon Sep 17 00:00:00 2001 From: kreuzer <t.kreuzer@fz-juelich.de> Date: Tue, 29 Mar 2022 11:00:03 +0200 Subject: [PATCH] debug apt install behaviour --- venv/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/venv/Dockerfile b/venv/Dockerfile index 69ee81d..07f8f5d 100644 --- a/venv/Dockerfile +++ b/venv/Dockerfile @@ -3,4 +3,4 @@ USER root ENV DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get install --no-install-recommends -y curl wget RUN curl --help -USER jovyan +RUN which curl -- GitLab