Switch base node image to jess-slim to have the required build tools

This commit is contained in:
Bruno Alla 2019-03-02 12:30:42 -03:00
parent 5a853aed99
commit b61cc2e97f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:8-alpine
FROM node:8-jessie-slim
WORKDIR /app

View File

@ -1,5 +1,5 @@
{% if cookiecutter.js_task_runner == 'Gulp' -%}
FROM node:8-alpine as client-builder
FROM node:8-jessie-slim as client-builder
WORKDIR /app
COPY ./package.json /app