diff --git a/.github/workflows/iroha2-profiling-image.yml b/.github/workflows/iroha2-profiling-image.yml index 2f14c841cca..d24599abca8 100644 --- a/.github/workflows/iroha2-profiling-image.yml +++ b/.github/workflows/iroha2-profiling-image.yml @@ -26,7 +26,9 @@ on: jobs: registry: - runs-on: [self-hosted, Linux, iroha2-dev-push] + runs-on: ubuntu-latest + container: + image: hyperledger/iroha2-ci:nightly-2024-01-12 steps: - uses: actions/checkout@v4 - uses: docker/login-action@v3 diff --git a/Dockerfile.glibc b/Dockerfile.glibc index fd4668a6e7e..108531fc5b4 100644 --- a/Dockerfile.glibc +++ b/Dockerfile.glibc @@ -3,7 +3,7 @@ FROM debian:bookworm-slim AS builder # install required packages RUN apt-get update -y && \ - apt-get install -y curl build-essential mold + apt-get install -y curl build-essential mold pkg-config libssl-dev # set up Rust toolchain RUN curl https://sh.rustup.rs -sSf | bash -s -- -y