Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
float-runner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
Container Platform
float-runner
Commits
02ee0262
Commit
02ee0262
authored
Mar 27, 2024
by
sgk
Browse files
Options
Downloads
Patches
Plain Diff
add all os level dependencies
parent
2adf0c92
No related branches found
No related tags found
No related merge requests found
Pipeline
#208227
passed
Mar 28, 2024
Stage: build
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+3
-1
3 additions, 1 deletion
build.sh
with
3 additions
and
1 deletion
build.sh
+
3
−
1
View file @
02ee0262
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment