Skip to content

Commit

Permalink
Merge pull request #369 from Klimatbyran/staging
Browse files Browse the repository at this point in the history
Update docker file to run on alpine edge
  • Loading branch information
Greenheart authored Dec 2, 2024
2 parents f845d37 + bae47eb commit 72604cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM node:alpine
FROM alpine:edge

RUN apk update
RUN apk add --no-cache \
nodejs=22.11.0-r0 \
npm=10.9.1-r0 \
chromium \
nss \
freetype \
Expand Down

0 comments on commit 72604cc

Please sign in to comment.