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 14:21:41 +11:00
committed by GitHub
co-authored by Samuel Mutel
parent 5ac95e543e
commit 7430419413
+2
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