From b2b87873970dff7d565c7d0b933fd648ff31fa36 Mon Sep 17 00:00:00 2001
From: kreuzer <t.kreuzer@fz-juelich.de>
Date: Tue, 29 Mar 2022 10:50:48 +0200
Subject: [PATCH] debug apt install behaviour

---
 venv/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/venv/Dockerfile b/venv/Dockerfile
index c910ae9..69ee81d 100644
--- a/venv/Dockerfile
+++ b/venv/Dockerfile
@@ -2,4 +2,5 @@ FROM jupyter/base-notebook:hub-2.1.1
 USER root
 ENV DEBIAN_FRONTEND noninteractive
 RUN apt-get update && apt-get install --no-install-recommends -y curl wget
+RUN curl --help
 USER jovyan
-- 
GitLab