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 \