Skip to content

Commit

Permalink
chore: clean up some leftover comments
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasRidhuan committed Mar 9, 2024
1 parent 0cc37ad commit 58315f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions barretenberg/sol/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ COPY ./cpp .
# Build everything to ensure everything builds. All tests will be run from the result of this build.
RUN cmake --preset clang16 && cmake --build --preset clang16 --target solidity_key_gen solidity_proof_gen

# FROM docker.io/frolvlad/alpine-glibc:alpine-3.17_glibc-2.34 as builder
# RUN apk update && apk add git curl build-base openmp-dev bash
FROM ubuntu:lunar
RUN apt update && apt install -y \
build-essential \
Expand All @@ -39,8 +37,7 @@ COPY --from=builder /usr/src/barretenberg/cpp/srs_db /usr/src/barretenberg/cpp/s
WORKDIR /usr/src/barretenberg/sol
COPY ./sol .

# Copy forge binary directly from foundry
# COPY --from=ghcr.io/foundry-rs/foundry:latest /usr/local/bin/forge /usr/local/bin/forge
# Download and install foundry
RUN curl -L https://foundry.paradigm.xyz | bash
ENV PATH="${PATH}:/root/.foundry/bin"
RUN foundryup
Expand Down

0 comments on commit 58315f1

Please sign in to comment.