Add openssl1.1-compat to Dockerfile.arm64 (#800)

This commit is contained in:
Whizanth 2023-02-26 17:47:36 +01:00 committed by GitHub
parent 514b16c417
commit 33e34c2d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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