fix(frappe-nginx): Get newest certificates

This commit is contained in:
Lev 2021-11-09 12:52:30 +03:00
parent 365c103b53
commit f340d8d4b7

View file

@ -14,10 +14,11 @@ ENV PATH ${NVM_DIR}/versions/node/v${NODE_VERSION}/bin/:${PATH}
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
wget \
python2 \
ca-certificates \
git \
build-essential \
wget \
python2 \
&& rm -rf /var/lib/apt/lists/*
# Install nvm with node and yarn