fix: Missing dependencies to build application (#1825)

Co-authored-by: Samuel Mutel <samuel.mutel@deveryware.com>
This commit is contained in:
Samuel Mutel 2023-10-17 05:21:41 +02:00 committed by GitHub
parent 5ac95e543e
commit 7430419413
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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