Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
raspbian
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Docker Build Images
raspbian
Commits
763618d1
Commit
763618d1
authored
6 years ago
by
Markus Frosch
Browse files
Options
Downloads
Patches
Plain Diff
Install build deps for Icinga by default
parent
1fbe4fb1
No related branches found
No related tags found
No related merge requests found
Pipeline
#3425
failed
6 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+8
-0
8 additions, 0 deletions
Dockerfile
with
8 additions
and
0 deletions
Dockerfile
+
8
−
0
View file @
763618d1
...
...
@@ -22,6 +22,14 @@ RUN groupadd -g 1000 jenkins \
# && DIST=$(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) \
# && echo "deb http://packages.icinga.com/debian icinga-${DIST} main" > /etc/apt/sources.list.d/${DIST}-icinga.list
# Install build deps for Icinga 2 and Icinga Web 2
RUN
apt-get update
\
&&
apt-get
install
-y
\
bash-completion debhelper make po-debconf
\
bison cmake pkg-config dh-systemd libsystemd-dev flex g++ libboost-dev libboost-program-options-dev libboost-regex-dev libboost-system-dev libboost-test-dev libboost-thread-dev libmysqlclient-dev libpq-dev libssl-dev libyajl-dev libedit-dev
\
php-cli php-htmlpurifier node-uglify
\
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
git clone https://git.icinga.com/build-docker/scripts.git /usr/local/bin
ENTRYPOINT
["/usr/local/bin/icinga-build-entrypoint"]
CMD
["icinga-build-package"]
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