5 lines
104 B
Docker
5 lines
104 B
Docker
|
FROM alpine:3.18
|
||
|
|
||
|
# Install base tools
|
||
|
RUN apk add --no-cache curl docker git htop nodejs npm unzip zip
|