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:50:39 +02:00

9 lines
108 B
Docker

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