This commit is contained in:
KKudryavtsev 2016-02-08 19:58:19 +01:00
parent b9d2b42050
commit 6e89f5ef22
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ RUN apt-get update && \
# add-apt-repository # add-apt-repository
software-properties-common \ software-properties-common \
curl \ curl \
gcc \ gcc \
wget \ wget \
git \ git \
# evmjit dependencies # evmjit dependencies

View File

@ -10,7 +10,7 @@ RUN apt-get update && \
curl \ curl \
wget \ wget \
git \ git \
gcc \ gcc \
# evmjit dependencies # evmjit dependencies
zlib1g-dev \ zlib1g-dev \
libedit-dev libedit-dev

View File

@ -3,7 +3,7 @@ FROM ubuntu:14.04
# install tools and dependencies # install tools and dependencies
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y \ apt-get install -y \
gcc \ gcc \
curl \ curl \
git \ git \
# add-apt-repository # add-apt-repository