From e9af40c051c7673caf3b1fb299ce15a13b669793 Mon Sep 17 00:00:00 2001 From: Peter Vennemann <pv238554@fh-muenster.de> Date: Tue, 28 May 2024 14:20:10 +0000 Subject: [PATCH] Update file Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1090d9f..9ec7630 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ FROM jupyter/scipy-notebook:hub-1.5.0 USER root RUN apt-get update -y RUN apt-get install -y git +RUN apt-get install -y python3-dev # Install XPRA #RUN apt-get install -y gnupg2 apt-transport-https software-properties-common apt-utils mc -- GitLab