fix: Install ca-certificates on erpnext-nginx instead of frappe-nginx

This commit is contained in:
Lev 2021-11-09 13:01:11 +03:00
parent f340d8d4b7
commit d53a3a755c
2 changed files with 1 additions and 1 deletions

View file

@ -14,6 +14,7 @@ RUN apt-get update \
python2 \ python2 \
git \ git \
build-essential \ build-essential \
ca-certificates \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
COPY build/erpnext-nginx/install_app.sh /install_app COPY build/erpnext-nginx/install_app.sh /install_app

View file

@ -14,7 +14,6 @@ ENV PATH ${NVM_DIR}/versions/node/v${NODE_VERSION}/bin/:${PATH}
RUN apt-get update \ RUN apt-get update \
&& apt-get install --no-install-recommends -y \ && apt-get install --no-install-recommends -y \
ca-certificates \
git \ git \
build-essential \ build-essential \
wget \ wget \