Skip to content

Commit

Permalink
Merge pull request #130 from trilitech/emturner@docker-fix-test-build
Browse files Browse the repository at this point in the history
docker: more precise pinning of packages for building tests image
  • Loading branch information
emturner authored Nov 16, 2023
2 parents df047e1 + b9d8b2a commit 1e7c7df
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docker/Dockerfile.integration-tests
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM ghcr.io/ledgerhq/speculos:sha-bced779

RUN apt update && \
apt install -y curl jq build-essential libsodium-dev git xxd && \
pip install base58 pytezos pytesseract GitPython && \
git clone --depth 1 --branch v1.11.4 https://github.com/ledgerHQ/ragger && \
cd ragger && \
RUN apt update && \
apt install -y curl jq build-essential libsodium-dev git xxd && \
pip install wheel setuptools pkginfo cryptography && \
pip install jsonschema==4.3.2 base58 pytezos==3.10.2 GitPython && \
git clone --depth 1 --branch v1.11.4 https://github.com/ledgerHQ/ragger && \
cd ragger && \
pip install --extra-index-url https://test.pypi.org/simple/ '.[all_backends]' && \
cd ..

Expand Down

0 comments on commit 1e7c7df

Please sign in to comment.