Add toc to builtin tools for the zs Docker builder image

This commit is contained in:
James Mills 2023-04-01 15:04:37 +10:00
parent 1fa555ea43
commit fd3c57c29e
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 1 additions and 0 deletions

View File

@ -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