Install make on frontend container

pull/60/head
Jhonatan Lopes 2023-09-15 20:33:28 -03:00
rodzic 6e7da33e89
commit 82b30009d3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
FROM node:18-slim
LABEL maintainer="hello@wagtail.org"
RUN apt-get update && apt-get install rsync -y
RUN apt-get update && apt-get install rsync make -y
COPY ./wagtail/package.json ./wagtail/package-lock.json ./
RUN npm --prefix / install --loglevel info