pvanand commited on
Commit
fd5226a
·
verified ·
1 Parent(s): 7025d43

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM node:16
4
  # Install Chromium and LibreOffice
5
  RUN apt-get update && apt-get install -y \
6
  chromium \
7
- libreoffice-impress \
8
  fonts-liberation \
9
  # Additional dependencies that might be needed
10
  libx11-xcb1 \
 
4
  # Install Chromium and LibreOffice
5
  RUN apt-get update && apt-get install -y \
6
  chromium \
7
+ libreoffice \
8
  fonts-liberation \
9
  # Additional dependencies that might be needed
10
  libx11-xcb1 \