diff --git a/.woodpecker.yml b/.woodpecker.yml index 3f9c525..961e012 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -10,7 +10,7 @@ steps: settings: registry: git.sandbox.iuk.hdm-stuttgart.de repo: grosse/jupyterlab-datascience - INGNORE_VAR_RUN: false + # INGNORE_VAR_RUN: false cache: false LOG_LEVEL: debug IGNORE_PATH: "/lib" diff --git a/Dockerfile b/Dockerfile index f3cc1ee..b22024a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ ARG NB_UID="1000" ARG NB_GID="100" FROM ${LAB_IMAGE} # kaniko issue https://github.com/GoogleContainerTools/kaniko/issues/1087 -RUN apk add bash SHELL ["/bin/bash", "-o", "pipefail", "-c"] USER root RUN apt-get update --yes