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 \
|
||||
&& 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue