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

add curl to venv image

parent d62f22ac
No related branches found
No related tags found
No related merge requests found
Pipeline #96391 failed
FROM jupyter/base-notebook:hub-2.1.1
USER root
ENV DEBIAN_FRONTEND noninteractive
RUN apt update && apt install -y curl
USER jovyan
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment