dumb-init/Dockerfile

11 lines
333 B
Docker
Raw Normal View History

2015-08-05 03:15:08 +03:00
FROM debian:jessie
MAINTAINER Chris Kuehl <ckuehl@yelp.com>
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
2015-08-10 19:32:56 +03:00
apt-get install -y --no-install-recommends \
build-essential devscripts equivs && \
2015-08-10 19:32:56 +03:00
apt-get clean
2015-08-05 03:15:08 +03:00
WORKDIR /mnt
ENTRYPOINT mk-build-deps -i --tool 'apt-get --no-install-recommends -y' && make builddeb