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

12 lines
219 B
Docker

FROM archlinux:latest
# Update base
RUN pacman -Syu --noconfirm
# Install needed dependencies
RUN pacman -S go
RUN pacman -S hugo
RUN pacman -S asciidoctor
RUN pacman -S ruby-rouge
RUN pacman -S npm
RUN pacman -S git