Skip to content

Commit

Permalink
Fixed Dockerfile npm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Nov 7, 2021
1 parent 167ca0c commit 3d9f26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV VERSION="${VERSION}"
RUN apk update \
&& apk add musl-dev=1.1.24-r10 \
&& apk add gcc=9.3.0-r2 \
&& apt install nodejs # used for the compiling the UI
&& apk add npm # used for the compiling the UI

# Set up source for compilation
RUN mkdir -p /go/src/github.com/go-spatial/tegola
Expand Down

0 comments on commit 3d9f26a

Please sign in to comment.