Skip to content

Commit

Permalink
fix: Missing dependencies to build application (#1825)
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Mutel <samuel.mutel@deveryware.com>
  • Loading branch information
smutel and Samuel Mutel authored Oct 17, 2023
1 parent 5ac95e5 commit 7430419
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7430419

Please sign in to comment.