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} ARG FRAPPE_BRANCH=${GIT_BRANCH}
RUN apt-get update \ RUN apt-get update \
&& apt-get install --no-install-recommends -y \ && DEBIAN_FRONTEND=noninteractive apt-get install -y \
python2 \ python2 \
git \ git \
build-essential \ build-essential \