fix(erpnext-nginx): Don't install unused wget

This commit is contained in:
Lev 2021-11-09 12:52:15 +03:00
parent 007ef54d2a
commit 365c103b53

View file

@ -11,7 +11,6 @@ ARG FRAPPE_BRANCH=${GIT_BRANCH}
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
wget \
python2 \
git \
build-essential \