Skip to content
Snippets Groups Projects
Commit 02ee0262 authored by sgk's avatar sgk
Browse files

add all os level dependencies

parent 2adf0c92
No related branches found
No related tags found
No related merge requests found
Pipeline #208227 passed
...@@ -5,13 +5,14 @@ ...@@ -5,13 +5,14 @@
# removed once we're done. # removed once we're done.
BUILD_PACKAGES=" BUILD_PACKAGES="
golang golang
patch
" "
# Packages required to serve the website and run the services. # Packages required to serve the website and run the services.
PACKAGES=" PACKAGES="
bind9 bind9
bind9utils bind9utils
build-essential
libsodium23
curl curl
git git
openssh-client openssh-client
...@@ -23,6 +24,7 @@ PACKAGES=" ...@@ -23,6 +24,7 @@ PACKAGES="
python3-six python3-six
python3-yaml python3-yaml
python3-pysodium python3-pysodium
python3-virtualenv
" "
MITOGEN_VERSION="0.3.4" MITOGEN_VERSION="0.3.4"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment