Compare commits

..

1 Commits

Author SHA1 Message Date
Sebastien Baizet
0ed87916da add ca-certificates to gas-oracle and rollup-relayer 2024-07-12 10:57:27 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ RUN go mod download -x
# Build gas_oracle
FROM base as builder
RUN apt-get install ca-certificates -y
RUN apt update && apt install ca-certificates -y
RUN --mount=target=. \
--mount=type=cache,target=/root/.cache/go-build \

View File

@@ -14,7 +14,7 @@ RUN go mod download -x
# Build rollup_relayer
FROM base as builder
RUN apt-get install ca-certificates -y
RUN apt update && apt install ca-certificates -y
RUN --mount=target=. \
--mount=type=cache,target=/root/.cache/go-build \