Deb: add build-tarball and build-deb commands WIP
This commit is contained in:
8
builder/dockerfile.ubuntu1804.deb.build
Normal file
8
builder/dockerfile.ubuntu1804.deb.build
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM ubuntu:18.04
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get -y install vim build-essential devscripts equivs
|
||||
|
||||
COPY ./debian/control /tmp
|
||||
|
||||
RUN echo YYY | mk-build-deps --install /tmp/control
|
||||
Reference in New Issue
Block a user