mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 04:03:51 +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
|