mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 05:57:46 +01:00
Use node:10-slim for Docker
This commit is contained in:
parent
21f4d26b50
commit
e1a489f318
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
FROM node:10
|
||||
FROM node:10-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
git \
|
||||
python \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
EXPOSE 8888
|
||||
|
||||
|
|
Loading…
Reference in a new issue