Skip to content

Commit b90a657

Browse files
committed
Initial import
1 parent 5240f9c commit b90a657

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM debian:stretch
2+
MAINTAINER maxf <[email protected]>
3+
4+
RUN apt-get update && apt-get install -y build-essential \
5+
devscripts \
6+
ca-certificates

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# debuild
2+
3+
If you want to build debian packages in some docker-based CI solutions,
4+
this image can serve as a generic base.

0 commit comments

Comments
 (0)