mirror of
https://github.com/pi-hole/web.git
synced 2026-05-08 17:49:49 +01:00
a5349439b4
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
8 lines
93 B
Docker
8 lines
93 B
Docker
FROM node:22-alpine3.21
|
|
RUN apk add --no-cache \
|
|
git \
|
|
nano \
|
|
openssh
|
|
|
|
USER node
|