From fd3c57c29ea6db027ca619dbc088bd27a7d35af9 Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Sat, 1 Apr 2023 15:04:37 +1000 Subject: [PATCH] Add toc to builtin tools for the zs Docker builder image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index fe3c193..d878199 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,7 @@ FROM golang:alpine AS tools RUN go install github.com/tdewolff/minify/v2/cmd/minify@latest RUN go install go.mills.io/static/cmd/static@latest +RUN go install go.mills.io/toc/cmd/toc@latest # Runtime FROM alpine:latest