diff --git a/Dockerfile b/Dockerfile index 16c51e2..7c0506b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \