Skip to content

Commit 16ee67a

Browse files
committed
chore: Add libcrypto
1 parent 0756367 commit 16ee67a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile.production

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ FROM --platform=${BUILDPLATFORM} cgr.dev/chainguard/glibc-dynamic:latest
2121
WORKDIR /app
2222
COPY --from=base --chown=nonroot:nonroot /usr/app/bin/openzeppelin-relayer /app/openzeppelin-relayer
2323
COPY --from=base /usr/lib/libssl.so.3 /usr/lib/libssl.so.3
24+
COPY --from=base /usr/lib/libcrypto.so.3 /usr/lib/libcrypto.so.3
2425

2526
ENV APP_PORT=8080
2627
ENV METRICS_PORT=8081

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
services:
55
relayer:
6-
image: openzeppelin/openzeppelin-relayer:latest
6+
# image: openzeppelin/openzeppelin-relayer:latest
77
build:
88
context: .
99
dockerfile: ${DOCKERFILE:-Dockerfile.development}

0 commit comments

Comments
 (0)