From 53ecb8bcc5fcabc8b21eebad6f5cbfb577a3aaf1 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Sun, 7 Apr 2019 11:37:11 -0400 Subject: [PATCH] correct stupid editing mistake --- .circleci/Dockerfile.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/Dockerfile.ubuntu b/.circleci/Dockerfile.ubuntu index 7546ea68b..d1c2c26df 100644 --- a/.circleci/Dockerfile.ubuntu +++ b/.circleci/Dockerfile.ubuntu @@ -13,7 +13,7 @@ RUN apt-get --quiet update && \ apt-get --quiet --yes install \ sudo \ build-essential \ - on2.7 \ + python2.7 \ python2.7-dev \ libffi-dev \ libssl-dev \