Skip to content

Commit

Permalink
install pkg-config and autoconf in Python base
Browse files Browse the repository at this point in the history
  • Loading branch information
caktux committed May 6, 2016
1 parent fde8ea6 commit e310a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyethereum-base/Dockerfile
Expand Up @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update
RUN apt-get upgrade -y

RUN apt-get install -qy curl git python2.7 python-dev build-essential wget libssl-dev
RUN apt-get install -qy curl git python2.7 python-dev build-essential pkg-config autoconf wget libssl-dev

RUN wget https://bootstrap.pypa.io/get-pip.py
RUN python get-pip.py

0 comments on commit e310a24

Please sign in to comment.