Add make target for spellcheck (#3648)

This commit is contained in:
Robert Kaussow
2024-04-26 07:51:10 +02:00
committed by GitHub
parent d0057736f1
commit daf673a857
2 changed files with 5 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ RUN apk add --no-cache --update make=${MAKE_VERSION} gcc=${GCC_VERSION} binutils
COPY --from=golang_image /usr/local/go /usr/local/go
COPY Makefile /
ENV PATH=$PATH:/usr/local/go/bin
ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0
# Cache tools
RUN GOBIN=/usr/local/go/bin make install-tools && \