mirror of
https://github.com/maputnik/editor.git
synced 2026-06-15 11:47:26 +00:00
Use node:10-slim for Docker
This commit is contained in:
+6
-1
@@ -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
|
EXPOSE 8888
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user