Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfile_scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
#
apt-get update
apt-get install -y --no-install-recommends vim git pciutils libgomp1
apt-get install -y --no-install-recommends vim git pciutils libgomp1 libreoffice
2 changes: 1 addition & 1 deletion dockerfile_scripts/install_py11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ apt-get update
apt-get install -y software-properties-common
add-apt-repository -y ppa:deadsnakes/ppa
apt-get update
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
update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1