Skip to content

Commit e183d45

Browse files
authored
fix(deps): add libreoffice to install_deps (#180)
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
1 parent ce102e7 commit e183d45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockerfile_scripts/install_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# SPDX-License-Identifier: AGPL-3.0-or-later
55
#
66
apt-get update
7-
apt-get install -y --no-install-recommends vim git pciutils libgomp1
7+
apt-get install -y --no-install-recommends vim git pciutils libgomp1 libreoffice

dockerfile_scripts/install_py11.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ apt-get update
77
apt-get install -y software-properties-common
88
add-apt-repository -y ppa:deadsnakes/ppa
99
apt-get update
10-
apt-get install -y --no-install-recommends python3.11 python3.11-venv python3-pip vim git pciutils
10+
apt-get install -y --no-install-recommends python3.11 python3.11-venv python3-pip
1111
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1

0 commit comments

Comments
 (0)