hugomods-docker/docker/hugo/Dockerfile-dart-sass-go-git

14 lines
208 B
Text

# syntax = devthefuture/dockerfile-x
INCLUDE ./Dockerfile-builder
FROM alpine
INCLUDE ./snippets/common
INCLUDE ./snippets/dart-sass
INCLUDE ./snippets/git
INCLUDE ./snippets/go
INCLUDE ./snippets/user