Skip to content
GitLab
Explore
Sign in
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
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
docker
float-runner
Commits
e3963ef5
Commit
e3963ef5
authored
2 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Do not install bind9
parent
9d97762d
No related branches found
No related tags found
1 merge request
!3
Build on bookworm
Pipeline
#53795
passed
2 years ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sh
+4
-3
4 additions, 3 deletions
build.sh
with
4 additions
and
3 deletions
build.sh
+
4
−
3
View file @
e3963ef5
...
...
@@ -12,8 +12,7 @@ BUILD_PACKAGES="
# Packages required to serve the website and run the services.
PACKAGES
=
"
bind9
bind9utils
bind9-utils
curl
git
openssh-client
...
...
@@ -41,9 +40,9 @@ if [ "x$(which install_packages)" = "x" ]; then
}
fi
umask
022
set
-x
set
-e
umask
022
apt-get
-q
update
install_packages
${
BUILD_PACKAGES
}
${
PACKAGES
}
...
...
@@ -98,6 +97,8 @@ chmod 700 /root/.vagrant.d
chmod
600 /root/.vagrant.d/insecure_private_key
# Remove packages used for installation.
set
+x
set
+e
apt-get remove
-y
--purge
${
BUILD_PACKAGES
}
apt-get autoremove
-y
apt-get clean
...
...
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