Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
diffoscope
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Reproducible Builds
diffoscope
Commits
e779fe60
Commit
e779fe60
authored
5 years ago
by
Chris Lamb
Browse files
Options
Downloads
Patches
Plain Diff
Install/remove build-essential during build so we can install the recommended packages from Git.
parent
ee50b586
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#135663
passed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
with
3 additions
and
3 deletions
Dockerfile
+
3
−
3
View file @
e779fe60
...
...
@@ -3,13 +3,13 @@ FROM debian:sid
ARG
DEBIAN_FRONTEND=noninteractive
RUN
apt-get update
&&
apt-get dist-upgrade
--yes
RUN
apt-get
install
--yes
--no-install-recommends
devscripts equivs
RUN
apt-get
install
--yes
--no-install-recommends
build-essential
devscripts equivs
ADD
[".", "/srv/diffoscope"]
RUN
mk-build-deps
--install
--tool
'apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes'
/srv/diffoscope/debian/control
RUN
apt-get remove
--purge
--yes
devscripts equivs
RUN
apt-get autoremove
--purge
--yes
RUN
apt-get remove
--purge
--yes
build-essential
devscripts equivs
RUN
rm
-rf
/srv/diffoscope/debian
RUN
useradd
-ms
/bin/bash user
USER
user
...
...
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