mirror of
https://github.com/pi-hole/web.git
synced 2026-02-15 07:25:39 +00:00
8 lines
128 B
Docker
8 lines
128 B
Docker
FROM node:21-alpine3.18
|
|
RUN apk add --no-cache \
|
|
git \
|
|
nano\
|
|
openssh
|
|
|
|
USER node
|