fix: Missing dependencies to build application

This commit is contained in:
Samuel Mutel 2023-10-12 17:51:57 +02:00
parent aaa81ac45a
commit 4fcbf1b201
No known key found for this signature in database
GPG Key ID: A5D089D3F3C7E821

View File

@ -6,5 +6,7 @@ RUN set -e -x \
&& /opt/devtools.sh
ENV PATH=/go/bin:$PATH
RUN apt-get update && apt-get install -y npm && npm install -g npx cspell@latest
ENV CGO_ENABLED 0
ENV GOPATH /go:/yq