fix dockerfile

pull/165/head
Aaron Caswell 7 years ago
parent d710a9b23c
commit c5020c3801
  1. 2
      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 \

Loading…
Cancel
Save