hugoci/Dockerfile

5 lines
114 B
Docker
Raw Permalink Normal View History

2023-05-16 19:37:10 +02:00
FROM docker.io/alpine:latest
2024-02-16 21:43:36 +01:00
RUN apk add --no-cache hugo git openssh rsync npm
2024-02-16 20:40:20 +01:00
RUN hugo version
2024-02-16 21:43:36 +01:00
RUN npm --version