From 33e34c2d17de95458e9b9624f625aea7502d4088 Mon Sep 17 00:00:00 2001 From: Whizanth <107213432+Whizanth@users.noreply.github.com> Date: Sun, 26 Feb 2023 17:47:36 +0100 Subject: [PATCH] Add openssl1.1-compat to Dockerfile.arm64 (#800) --- Dockerfile.arm64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 899a430..6cd6744 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -15,7 +15,7 @@ RUN nimble build -d:danger -d:lto -d:strip \ FROM alpine:3.17 WORKDIR /src/ -RUN apk --no-cache add pcre ca-certificates +RUN apk --no-cache add ca-certificates pcre openssl1.1-compat COPY --from=nim /src/nitter/nitter ./ COPY --from=nim /src/nitter/nitter.example.conf ./nitter.conf COPY --from=nim /src/nitter/public ./public