Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
SocialGouv
1000jours
les1000jours
Commits
fc09e3be
Unverified
Commit
fc09e3be
authored
Oct 04, 2021
by
Gary van Woerkens
Committed by
GitHub
Oct 04, 2021
Browse files
fix: Add puppeteer dependencies to run html-pdf-node module (#734)
parent
c02e5b67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
back/strapi/Dockerfile
back/strapi/Dockerfile
+7
-0
No files found.
back/strapi/Dockerfile
View file @
fc09e3be
FROM
strapi/base:14
RUN
apt-get update
RUN
apt-get
install
-y
libnss3 ca-certificates fonts-liberation libappindicator3-1 libasound2 libatk-bridge2.0-0
\
libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgbm1 libgcc1 libglib2.0-0 libgtk-3-0
\
libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1
\
libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 lsb-release wget xdg-utils
WORKDIR
/app
COPY
. .
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment