From 555bc6aa26d25023a56052657664d22d8471828e Mon Sep 17 00:00:00 2001 From: diced Date: Sat, 18 Sep 2021 20:33:25 -0700 Subject: [PATCH] fix(docker): make action target linux/arm64 --- Dockerfile.arm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.arm b/Dockerfile.arm index 55ee488..10abc71 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -3,6 +3,8 @@ WORKDIR /build ENV NEXT_TELEMETRY_DISABLED=1 +RUN apk add openssl + COPY src ./src COPY server ./server COPY scripts ./scripts