Skip to content

Commit

Permalink
Fix npm in openmaptiles-tools Docker image (#432)
Browse files Browse the repository at this point in the history
* Add npm package

* Remove unsupported unsafe-perm npm option
  • Loading branch information
lazaa32 authored Jun 30, 2023
1 parent 809dea7 commit b07a567
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@ RUN set -eux ;\
curl -sL https://deb.nodesource.com/setup_14.x | bash - ;\
DEBIAN_FRONTEND=noninteractive apt-get update ;\
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
nodejs build-essential ;\
nodejs npm build-essential ;\
rm -rf /var/lib/apt/lists/ ;\
npm config set unsafe-perm true ;\
npm install -g \
@mapbox/[email protected] \
@mapbox/[email protected] \
Expand Down

0 comments on commit b07a567

Please sign in to comment.