From 7c1a30745207ebf7d0ff6518ea1bfaff799eba60 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Sat, 10 Oct 2015 16:12:13 -0400 Subject: [PATCH] Dockerfile: Fix a typo. [ci skip] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d9bca8db9..d5c743871 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \