toolkit/Dockerfile

5 lines
114 B
Docker

FROM alpine:3.18
# Install base tools
RUN apk add --no-cache bash curl docker git htop nodejs npm unzip zip zstd