Skip to content
Snippets Groups Projects
Commit dfb7cb08 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

Chore(singularity): Install all system dependencies at one place

Change-Id: I19802a1e4b9f0460f19c6019d111f8905b9d71f1
parent 1f88cf39
No related branches found
No related tags found
No related merge requests found
...@@ -32,9 +32,6 @@ add_cleanup_step rm_tmp_modules ...@@ -32,9 +32,6 @@ add_cleanup_step rm_tmp_modules
source "${TMP_MODULES}" source "${TMP_MODULES}"
# --------- 8< ---------- 8< -------- 8< --------- # --------- 8< ---------- 8< -------- 8< ---------
# don't use spack, build against debian
apt-get install -y libssl-dev uuid-dev
if [ ! -d "${GO_INSTALL_PATH}" ]; then if [ ! -d "${GO_INSTALL_PATH}" ]; then
mkdir -p "${GO_INSTALL_PATH}" mkdir -p "${GO_INSTALL_PATH}"
fi fi
......
...@@ -35,6 +35,7 @@ system_dependencies=( ...@@ -35,6 +35,7 @@ system_dependencies=(
"libusb-1.0-0-dev" "libusb-1.0-0-dev"
"libusb-dev" "libusb-dev"
"linux-perf-4.19" "linux-perf-4.19"
"libssl-dev"
"lshw" "lshw"
"man-db" "man-db"
"ncurses-term" "ncurses-term"
...@@ -46,6 +47,7 @@ system_dependencies=( ...@@ -46,6 +47,7 @@ system_dependencies=(
"tshark" "tshark"
"tsocks" "tsocks"
"usbutils" "usbutils"
"uuid-dev"
"vim-nox" "vim-nox"
"xauth" "xauth"
"xz-utils" "xz-utils"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment