Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Add Ruby and MestreLion/git-tools (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcny authored Nov 30, 2021
1 parent ecd382c commit 0b03498
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/base-ci-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN set -eux; \
apt-get -y update; \
apt-get install -y --no-install-recommends \
libssl-dev clang lld libclang-dev make cmake \
git pkg-config curl time rhash ca-certificates lsof; \
git pkg-config curl time rhash ca-certificates lsof ruby git-restore-mtime; \
# install recent jq; this step can be removed once jq >= 1.6 is available
# through the distribution
curl -sqL https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 -o "$JQ_PATH" && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/base-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN set -eux; \
apt-get -y update && \
apt-get install -y --no-install-recommends \
libssl-dev clang lld libclang-dev make cmake \
git pkg-config curl time rhash ca-certificates jq && \
git pkg-config curl time rhash ca-certificates jq ruby git-restore-mtime && \
# set a link to clang
update-alternatives --install /usr/bin/clang clang /usr/bin/clang-10 100 && \
update-alternatives --install /usr/bin/cc cc /usr/bin/clang-10 100 && \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/contracts-ci-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM ${REGISTRY_PATH}/base-ci:latest
LABEL io.parity.image.authors="devops-team@parity.io" \
io.parity.image.vendor="Parity Technologies" \
io.parity.image.title="${REGISTRY_PATH}/contracts-ci-linux" \
io.parity.image.description="Inherits from base-ci-linux:latest. \
io.parity.image.description="Inherits from base-ci:latest. \
llvm-dev, clang, zlib1g-dev, npm, yarn, wabt, binaryen. \
rust nightly, rustfmt, clippy, rust-src, solang, substrate-contracts-node" \
io.parity.image.source="https://github.com/paritytech/scripts/blob/${VCS_REF}/\
Expand Down

0 comments on commit 0b03498

Please sign in to comment.