mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
fix: Install ca-certificates on erpnext-nginx instead of frappe-nginx
This commit is contained in:
parent
f340d8d4b7
commit
d53a3a755c
2 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ RUN apt-get update \
|
|||
python2 \
|
||||
git \
|
||||
build-essential \
|
||||
ca-certificates \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY build/erpnext-nginx/install_app.sh /install_app
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ ENV PATH ${NVM_DIR}/versions/node/v${NODE_VERSION}/bin/:${PATH}
|
|||
|
||||
RUN apt-get update \
|
||||
&& apt-get install --no-install-recommends -y \
|
||||
ca-certificates \
|
||||
git \
|
||||
build-essential \
|
||||
wget \
|
||||
|
|
|
|||
Loading…
Reference in a new issue