mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
fix(erpnext-nginx): Install recommended apt packages, set DEBIAN_FRONTEND=noninteractive
This commit is contained in:
parent
7c157aa487
commit
652481175d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue