Skip to content

Commit d59088c

Browse files
authored
Merge pull request #68 from msteffen/master
Update pip3 before installing jupyter
2 parents 7d61090 + 7673c4b commit d59088c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
FROM golang
22

33
# dependencies
4-
RUN apt-get update
5-
RUN apt-get install -y pkg-config libzmq3-dev build-essential python3-pip
4+
RUN apt-get update && \
5+
apt-get install -y pkg-config libzmq3-dev build-essential python3-pip && \
6+
pip3 install --upgrade pip
67

78
# set up golang
89
ENV PATH /usr/local/go/bin:$PATH

0 commit comments

Comments
 (0)