[Python-modules-commits] r33409 - in packages/python-docker/trunk/debian (Dockerfile)

tianon-guest at users.alioth.debian.org tianon-guest at users.alioth.debian.org
Mon Jul 20 18:05:38 UTC 2015


    Date: Monday, July 20, 2015 @ 18:05:37
  Author: tianon-guest
Revision: 33409

Add some very minor Dockerfile changes

Modified:
  packages/python-docker/trunk/debian/Dockerfile

Modified: packages/python-docker/trunk/debian/Dockerfile
===================================================================
--- packages/python-docker/trunk/debian/Dockerfile	2015-07-20 18:05:27 UTC (rev 33408)
+++ packages/python-docker/trunk/debian/Dockerfile	2015-07-20 18:05:37 UTC (rev 33409)
@@ -5,7 +5,7 @@
 WORKDIR /usr/src/python-docker
 
 # get all the build deps of _this_ package in a nice repeatable way
-RUN apt-get update && mk-build-deps -irt'apt-get --no-install-recommends -yq' debian/control
+RUN apt-get update && mk-build-deps -irt'apt-get --no-install-recommends -yV' debian/control && dpkg-checkbuilddeps
 
 # need our debian/ directory to compile _this_ package
 COPY . /usr/src/python-docker/debian




More information about the Python-modules-commits mailing list