This repository has been archived on 2025-06-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
hugo-asciidoc-docker-ci/Dockerfile
2024-01-27 21:35:51 +02:00

8 lines
101 B
Docker

FROM archlinux:latest
RUN pacman -Syu --noconfirm \
go \
hugo \
asciidoctor \
ruby-rouge \
npm