2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

fix(erpnext-nginx): Install recommended apt packages, set DEBIAN_FRONTEND=noninteractive

This commit is contained in:
Lev 2021-11-10 10:24:56 +03:00
parent 7c157aa487
commit 652481175d

View File

@ -10,7 +10,7 @@ ARG GIT_BRANCH=develop
ARG FRAPPE_BRANCH=${GIT_BRANCH}
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
python2 \
git \
build-essential \