From ab41eb1633c4ad011b6ccd267d8db676aaa99fa2 Mon Sep 17 00:00:00 2001 From: Kelter Christopher - Studierendenaccount <christopher.kelter@student.uibk.ac.at> Date: Mon, 17 Jul 2023 12:33:57 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7643aa5..887e7b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ EXPOSE 11311 # vcs import does not work without that ENV GIT_SSL_NO_VERIFY=true +RUN python3-config --includes # set bash to default shell SHELL ["/bin/bash", "-c"] -- GitLab