mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 19:14:22 -05:00
switch to node alpine docker image (#6840)
* switch to node alpine image * note
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
FROM alpine:3.22 AS deps
|
||||
FROM node:22-alpine AS deps
|
||||
|
||||
# Install required packages
|
||||
RUN apk add --no-cache nodejs yarn python3 openssl build-base
|
||||
RUN apk add --no-cache python3 openssl build-base
|
||||
RUN corepack enable
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user