mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
Merge pull request #583 from jakirkham/docker_fix_typo
Dockerfile: Fix a typo in a comment
This commit is contained in:
commit
7710355f3c
@ -13,7 +13,7 @@ ENV LANG en_US.UTF-8
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
ENV PYTHONIOENCODING UTF-8
|
||||
|
||||
# Remove preinstalled copy of python that blocks are ability to install development python.
|
||||
# Remove preinstalled copy of python that blocks our ability to install development python.
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get remove -yq \
|
||||
python3-minimal \
|
||||
python3.4 \
|
||||
|
Loading…
Reference in New Issue
Block a user