devve1 commited on
Commit
37d04e5
1 Parent(s): ff0ffbb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
9
  python3-dev \
10
  python3-venv \
11
  ninja-build \
12
- libmagic1 \
13
  git \
14
  && apt-get clean && rm -rf /var/lib/apt/lists/*
15
 
 
9
  python3-dev \
10
  python3-venv \
11
  ninja-build \
12
+ libreoffice \
13
  git \
14
  && apt-get clean && rm -rf /var/lib/apt/lists/*
15