Skip to content

Commit 12b46cc

Browse files
committed
Use smaller libreoffice-writer
1 parent 4a8c194 commit 12b46cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Deps (FFmpeg is install through Playwright)
1717
run: |
1818
sudo apt-get update
19-
sudo apt-get install -y libreoffice
19+
sudo apt-get install -y libreoffice-writer
2020
- name: Install dependencies
2121
run: npm ci
2222
- name: Install Playwright Browsers

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM node:current-alpine
33

44
# Add ffmpeg and libreoffice using Alpine package manager
5-
RUN apk add --no-cache ffmpeg libreoffice
5+
RUN apk add --no-cache ffmpeg libreoffice-writer
66

77
# Create app directory
88
WORKDIR /app

0 commit comments

Comments
 (0)