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 ce102e7 commit e183d45Copy full SHA for e183d45
dockerfile_scripts/install_deps.sh
@@ -4,4 +4,4 @@
4
# SPDX-License-Identifier: AGPL-3.0-or-later
5
#
6
apt-get update
7
-apt-get install -y --no-install-recommends vim git pciutils libgomp1
+apt-get install -y --no-install-recommends vim git pciutils libgomp1 libreoffice
dockerfile_scripts/install_py11.sh
@@ -7,5 +7,5 @@ apt-get update
apt-get install -y software-properties-common
8
add-apt-repository -y ppa:deadsnakes/ppa
9
10
-apt-get install -y --no-install-recommends python3.11 python3.11-venv python3-pip vim git pciutils
+apt-get install -y --no-install-recommends python3.11 python3.11-venv python3-pip
11
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
0 commit comments