Skip to content

Commit 33e34c2

Browse files
authored
Add openssl1.1-compat to Dockerfile.arm64 (#800)
1 parent 514b16c commit 33e34c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN nimble build -d:danger -d:lto -d:strip \
1515

1616
FROM alpine:3.17
1717
WORKDIR /src/
18-
RUN apk --no-cache add pcre ca-certificates
18+
RUN apk --no-cache add ca-certificates pcre openssl1.1-compat
1919
COPY --from=nim /src/nitter/nitter ./
2020
COPY --from=nim /src/nitter/nitter.example.conf ./nitter.conf
2121
COPY --from=nim /src/nitter/public ./public

0 commit comments

Comments
 (0)