From 92ea1d8b3167b4abdc3db4d7932347bcbd7d33af Mon Sep 17 00:00:00 2001 From: paumann Date: Sun, 26 Nov 2023 21:48:18 +0100 Subject: [PATCH] Initial commit --- Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..bbfef09 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM gitea/gitea:latest + +RUN apk --no-cache add asciidoctor freetype freetype-dev gcc g++ libpng libffi-dev py-pip python3-dev py3-pip py3-pyzmq +RUN pip3 install --upgrade pip +RUN pip3 install -U setuptools +RUN pip3 install jupyter docutils +RUN pip3 install nbconvert \ No newline at end of file