We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8c194 commit 12b46ccCopy full SHA for 12b46cc
.github/workflows/playwright.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Install Deps (FFmpeg is install through Playwright)
17
run: |
18
sudo apt-get update
19
- sudo apt-get install -y libreoffice
+ sudo apt-get install -y libreoffice-writer
20
- name: Install dependencies
21
run: npm ci
22
- name: Install Playwright Browsers
Dockerfile
@@ -2,7 +2,7 @@
2
FROM node:current-alpine
3
4
# Add ffmpeg and libreoffice using Alpine package manager
5
-RUN apk add --no-cache ffmpeg libreoffice
+RUN apk add --no-cache ffmpeg libreoffice-writer
6
7
# Create app directory
8
WORKDIR /app
0 commit comments