Skip to content

Commit

Permalink
Dockerfile を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
naogify authored Dec 13, 2023
1 parent 530cc85 commit 09e70a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ RUN apt-get update && apt-get install -y \
gdal-bin \
git \
build-essential \
nodejs \
npm \
libsqlite3-dev \
zlib1g-dev

RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN apt-get install -y nodejs npm

# tippecanoe のインストール(felt リポジトリから)
RUN git clone https://github.com/felt/tippecanoe.git \
&& cd tippecanoe \
Expand Down

0 comments on commit 09e70a9

Please sign in to comment.