Merge pull request #165 from porkchop/master

fix dockerfile
pull/168/head
Bernhard Mueller 7 years ago committed by GitHub
commit 8a419050ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

@ -3,7 +3,7 @@ FROM ubuntu:rolling
COPY . . COPY . .
RUN apt-get update \ 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 \ && add-apt-repository -y ppa:ethereum/ethereum \
&& apt-get update \ && apt-get update \
&& apt-get install -y solc \ && apt-get install -y solc \

Loading…
Cancel
Save