mirror of
https://github.com/pi-hole/web.git
synced 2026-08-23 06:39:09 +01:00
9 lines
104 B
Docker
9 lines
104 B
Docker
FROM node:26-alpine3.23
|
|
RUN apk add --no-cache \
|
|
bash \
|
|
git \
|
|
nano \
|
|
openssh
|
|
|
|
USER node
|