mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
fix(erpnext-nginx): Don't install unused wget
This commit is contained in:
parent
007ef54d2a
commit
365c103b53
1 changed files with 0 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue