Merge pull request #583 from jakirkham/docker_fix_typo

Dockerfile: Fix a typo in a comment
This commit is contained in:
Min RK 2015-10-11 11:22:29 +02:00
commit 7710355f3c

View File

@ -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 \