From c5020c3801bb063573cc69f3709a67d0463d30ad Mon Sep 17 00:00:00 2001 From: Aaron Caswell Date: Tue, 1 May 2018 16:59:06 -0700 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7155326..38380f62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:rolling COPY . . RUN apt-get update \ - && apt-get install -y software-properties-common python-software-properties \ + && apt-get install -y software-properties-common \ && add-apt-repository -y ppa:ethereum/ethereum \ && apt-get update \ && apt-get install -y solc \