myhugo (0.4)
Published 2026-02-22 18:23:12 +00:00 by leafee98
Installation
docker pull git.leafee98.com/leafee98/myhugo:0.4sha256:0e3bbf2a06e03eb34f1ccee260f20eb8df38e98271a140d8662d16b0fc2e8c89Image layers
| # debian.sh --arch 'amd64' out/ 'bullseye' '@1734912000' |
| RUN /bin/sh -c apt update && apt install --yes curl ca-certificates && curl --location --output hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.140.2/hugo_extended_0.140.2_linux-amd64.deb && apt install --yes ./hugo.deb && rm ./hugo.deb && apt clean && rm -rf /var/lib/apt/lists/* # buildkit |