mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-23 12:49:41 +08:00
Dockerfile: Add python3
explicitly to the dependencies installed by apt-get
in the beginning.
This commit is contained in:
parent
e069fad494
commit
ea73856adc
@ -35,6 +35,7 @@ RUN apt-get update -qq && \
|
||||
libzmq3-dev \
|
||||
pandoc \
|
||||
python \
|
||||
python3 \
|
||||
python-dev \
|
||||
python3-dev \
|
||||
sqlite3 \
|
||||
|
Loading…
Reference in New Issue
Block a user