Update Dockerfile
This commit is contained in:
parent
a69ffe90c3
commit
6671256ffe
@ -9,14 +9,18 @@ ENV LANG C.UTF-8
|
|||||||
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
|
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
|
bind \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
curl \
|
||||||
dirmngr \
|
dirmngr \
|
||||||
|
dns \
|
||||||
fonts-noto-cjk \
|
fonts-noto-cjk \
|
||||||
gnupg \
|
gnupg \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
lets-encrypt \
|
||||||
node-less \
|
node-less \
|
||||||
npm \
|
npm \
|
||||||
|
perl \
|
||||||
python3-num2words \
|
python3-num2words \
|
||||||
python3-pdfminer \
|
python3-pdfminer \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
Loading…
Reference in New Issue
Block a user