mirror of
https://git.mills.io/prologic/zs
synced 2025-04-04 05:43:33 +03:00
Add toc to builtin tools for the zs Docker builder image
This commit is contained in:
parent
1fa555ea43
commit
fd3c57c29e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue