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:
parent
7c157aa487
commit
652481175d
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user