Skip to content
Snippets Groups Projects
Commit 5596ab57 authored by Michael Bücker's avatar Michael Bücker
Browse files

Update Dockerfile

parent 2364af9c
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,8 @@ FROM jupyter/scipy-notebook:hub-1.5.0 ...@@ -3,8 +3,8 @@ FROM jupyter/scipy-notebook:hub-1.5.0
# Install from APT repository # Install from APT repository
USER root USER root
RUN apt-get update -y RUN apt-get update -y
RUN apt-get install -y git RUN apt-get install -y git libpq-dev gcc
RUN apt-get install -y libpq-dev
# Set working directory # Set working directory
WORKDIR /usr/src/app WORKDIR /usr/src/app
......
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