fix(erpnext-nginx): Install recommended apt packages, set DEBIAN_FRONTEND=noninteractive
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user