Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nitter/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18 as nim
FROM alpine:3 as nim
LABEL maintainer="setenforce@protonmail.com"

RUN apk --no-cache add gcc git libc-dev libsass-dev "nim=1.6.14-r0" nimble pcre
Expand All @@ -13,7 +13,7 @@ RUN nimble build -d:danger -d:lto -d:strip \
&& nimble scss \
&& nimble md

FROM alpine:3.18
FROM alpine:3
WORKDIR /src/
RUN apk --no-cache add ca-certificates pcre openssl1.1-compat
COPY --from=nim /src/nitter/nitter ./
Expand Down