Skip to content
Snippets Groups Projects
Commit 5c17764e authored by Konstantin Schulz's avatar Konstantin Schulz
Browse files

add missing Puppeteer dependency for Debian

parent 3d27c11b
No related branches found
No related tags found
No related merge requests found
Pipeline #51422 passed
......@@ -8,7 +8,7 @@ WORKDIR /home/mc/mc_frontend
RUN apt-get update
# install Chromium dependencies
RUN apt-get install -y libasound2 libatk1.0-0 libatk-bridge2.0-0 libcairo2 libcups2 libdrm-dev libgbm1 libnss3 \
libpango-1.0-0 libxcomposite1 libxdamage1 libxkbcommon-dev libxrandr2 libxshmfence-dev
libpango-1.0-0 libxcomposite1 libxdamage1 libxfixes3 libxkbcommon-dev libxrandr2 libxshmfence-dev
# copy package.json so we can generate a clean lock file
COPY package.json .
# add Puppeteer manually because it will also install Chromium
......
{
"name": "mc_frontend",
"version": "2.8.0",
"version": "2.8.1",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment