toolkit/Dockerfile

5 lines
104 B
Docker
Raw Permalink Normal View History

2023-05-28 19:19:06 +00:00
FROM alpine:3.18
# Install base tools
RUN apk add --no-cache curl docker git htop nodejs npm unzip zip