From be42a3a2a154c8caf2f7e97092d94920f9edb953 Mon Sep 17 00:00:00 2001 From: Jared Short Date: Tue, 14 Aug 2018 16:50:25 -0400 Subject: [PATCH] Update Dockerfile --- default/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/default/Dockerfile b/default/Dockerfile index 3b6459d..4bc385d 100644 --- a/default/Dockerfile +++ b/default/Dockerfile @@ -14,9 +14,6 @@ RUN yum -y install \ gcc \ zlib-devel -# install python 3 -RUN amazon-linux-extras install python3 - # install pip + aws cli RUN curl -O https://bootstrap.pypa.io/get-pip.py && \ python get-pip.py