mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
fix(frappe-nginx): Get newest certificates
This commit is contained in:
parent
365c103b53
commit
f340d8d4b7
1 changed files with 3 additions and 2 deletions
|
|
@ -14,10 +14,11 @@ 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 \
|
||||||
wget \
|
ca-certificates \
|
||||||
python2 \
|
|
||||||
git \
|
git \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
wget \
|
||||||
|
python2 \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install nvm with node and yarn
|
# Install nvm with node and yarn
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue