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
e40bc121
Commit
e40bc121
authored
5 years ago
by
Markus Frosch
Browse files
Options
Downloads
Patches
Plain Diff
Remove boost packages from the image
parent
046475e2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#4375
passed
5 years ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
e40bc121
...
@@ -26,7 +26,7 @@ RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
...
@@ -26,7 +26,7 @@ RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
RUN
apt-get update
\
RUN
apt-get update
\
&&
apt-get
install
-y
\
&&
apt-get
install
-y
\
bash-completion debhelper make po-debconf
\
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
default-libmysqlclient-dev libpq-dev libssl-dev libyajl-dev libedit-dev
\
bison cmake pkg-config dh-systemd libsystemd-dev flex g++ default-libmysqlclient-dev libpq-dev libssl-dev libyajl-dev libedit-dev
\
php-cli php-htmlpurifier node-uglify
\
php-cli php-htmlpurifier node-uglify
\
&&
rm
-rf
/var/lib/apt/lists/
*
&&
rm
-rf
/var/lib/apt/lists/
*
...
...
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