mirror of
https://github.com/plankanban/planka.git
synced 2026-05-04 18:00:55 +03:00
7 lines
114 B
Docker
7 lines
114 B
Docker
FROM node:22-alpine
|
|
|
|
RUN apk -U upgrade \
|
|
&& apk add bash build-base python3 xdg-utils --no-cache
|
|
|
|
WORKDIR /app
|