Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Images
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Images
Commits
0567de08
Commit
0567de08
authored
5 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
Dependencies for building Debian packages
parent
ea684088
No related branches found
No related tags found
1 merge request
!16
Add dependencies for building Debian packages
Pipeline
#1114
passed with warnings with stages
in 6 minutes and 4 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/buster/Dockerfile
+3
-0
3 additions, 0 deletions
debian/buster/Dockerfile
debian/jessie/Dockerfile
+3
-0
3 additions, 0 deletions
debian/jessie/Dockerfile
debian/stretch/Dockerfile
+3
-0
3 additions, 0 deletions
debian/stretch/Dockerfile
with
9 additions
and
0 deletions
debian/buster/Dockerfile
+
3
−
0
View file @
0567de08
...
...
@@ -21,5 +21,8 @@ RUN apt-get update \
libz-dev
\
gnupg
\
libssl-dev
\
devscripts
\
lintian
\
fakeroot
\
&&
apt-get clean
\
&&
rm
-rf
/var/lib/apt/lists/
*
This diff is collapsed.
Click to expand it.
debian/jessie/Dockerfile
+
3
−
0
View file @
0567de08
...
...
@@ -21,5 +21,8 @@ RUN apt-get update \
libz-dev
\
gnupg
\
libssl-dev
\
devscripts
\
lintian
\
fakeroot
\
&&
apt-get clean
\
&&
rm
-rf
/var/lib/apt/lists/
*
This diff is collapsed.
Click to expand it.
debian/stretch/Dockerfile
+
3
−
0
View file @
0567de08
...
...
@@ -21,5 +21,8 @@ RUN apt-get update \
libz-dev
\
gnupg
\
libssl-dev
\
devscripts
\
lintian
\
fakeroot
\
&&
apt-get clean
\
&&
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