Docker: Use ubuntu:bionic

The `rolling` tag currently points to `cosmic`, and there are no `solc` packages for it yet in the [`ethereum/ethereum` PPA](https://launchpad.net/~ethereum/+archive/ubuntu/ethereum).
pull/148/head
Lorenzo 6 years ago committed by GitHub
parent 558dc71b1f
commit 4f1fd60533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

@ -1,4 +1,4 @@
FROM ubuntu:rolling
FROM ubuntu:bionic
RUN apt-get update && apt-get -y upgrade
RUN apt-get install -y curl libgmp-dev libbz2-dev libreadline-dev software-properties-common locales-all locales
RUN add-apt-repository -y ppa:ethereum/ethereum

Loading…
Cancel
Save