Skip to content

Commit

Permalink
Use precise version for hbmpc-deps image
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellem committed Nov 30, 2019
1 parent f8d1723 commit a8938d5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM sbellem/honeybadgermpc-deps AS build-compute-power-sums
ARG HBMPC_DEPS_TAG="python3.7-slim-buster"

FROM sbellem/honeybadgermpc-deps:$HBMPC_DEPS_TAG AS build-compute-power-sums
COPY apps/asynchromix/cpp/ /usr/src/apps/asynchromix/cpp/
RUN make -C /usr/src/apps/asynchromix/cpp

FROM sbellem/honeybadgermpc-deps AS pre-tests
FROM sbellem/honeybadgermpc-deps:$HBMPC_DEPS_TAG AS pre-tests

COPY pairing /usr/src/pairing
RUN pip install -v /usr/src/pairing/
Expand All @@ -27,6 +29,7 @@ FROM tests as pre-dev
WORKDIR /

# Install solidity
# TODO look at https://github.com/ethereum/solidity/blob/e383b2bbbaeae33bd44d1e3b641ca922cf030c8d/.circleci/docker/Dockerfile.ubuntu1904
RUN git clone --recursive https://github.com/ethereum/solidity.git
WORKDIR /solidity/
RUN git checkout v0.4.24 # Old version necessary to work???
Expand Down

0 comments on commit a8938d5

Please sign in to comment.