Skip to content
Snippets Groups Projects
Commit b2b87873 authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

debug apt install behaviour

parent ae970dcc
No related branches found
No related tags found
No related merge requests found
Pipeline #96402 passed
...@@ -2,4 +2,5 @@ FROM jupyter/base-notebook:hub-2.1.1 ...@@ -2,4 +2,5 @@ FROM jupyter/base-notebook:hub-2.1.1
USER root USER root
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install --no-install-recommends -y curl wget RUN apt-get update && apt-get install --no-install-recommends -y curl wget
RUN curl --help
USER jovyan USER jovyan
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment