Use node:10-slim for Docker

This commit is contained in:
pathmapper
2019-02-27 13:50:27 +01:00
committed by GitHub
parent 21f4d26b50
commit e1a489f318

View File

@@ -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