Deb: add build-tarball and build-deb commands WIP

This commit is contained in:
Dmitry Maksyoma
2021-01-07 00:36:52 +13:00
parent 5154f86b60
commit 702f817845
4 changed files with 35 additions and 2 deletions

View 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