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

Update Dockerfile

parent 9d8122f8
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,9 @@ USER root
RUN apt-get update -y
RUN apt-get install -y git libpq-dev gcc
# Set working directory
WORKDIR /usr/src/app
# Install basics
USER jovyan
RUN pip3 install --upgrade pip
......
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