Skip to content

Commit

Permalink
trying add qemu-static on Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaariel91 committed Aug 21, 2024
1 parent 4c649a7 commit feee523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stage 1: Base Image
FROM --platform=$BUILDPLATFORM ubuntu:22.04 AS build

RUN apt-get update && apt-get install -y git
RUN apt-get update && apt-get install -y git qemu-user-static

RUN git clone https://github.com/baking-bad/stone-prover.git /app

Expand Down Expand Up @@ -56,4 +56,4 @@ COPY --from=build /app/build/bazelbin/src/starkware/main/cpu/cpu_air_prover /usr
COPY --from=build /app/build/bazelbin/src/starkware/main/cpu/cpu_air_verifier /usr/bin/

# Install the necessary runtime dependencies
RUN apt update && apt install -y libdw1
RUN apt update && apt install -y libdw1 qemu-user-static

0 comments on commit feee523

Please sign in to comment.