Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 324d72c

Browse files
committed
fixup! Aggregate generated docs into one file
1 parent d469991 commit 324d72c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/image/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ENV CI=true
66
RUN go get golang.org/x/tools/cmd/goimports
77
RUN go get github.com/mattn/goveralls
88

9-
RUN apt update && apt install zip curl grep
9+
RUN apt update && apt install zip curl
10+
RUN apt install grep
1011
RUN curl -fsSL https://deno.land/x/install/install.sh | sh
1112
ENV PATH="/root/.deno/bin:${PATH}"

0 commit comments

Comments
 (0)