We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ae5f8 commit 4845788Copy full SHA for 4845788
scripts/docker/dists/debiansid/Dockerfile
@@ -41,6 +41,7 @@ RUN [ -z "$release" ] || git checkout ${release} ; \
41
# Install build dependencies
42
#
43
RUN if [ -e ./debian/control.in ]; then \
44
+ touch -t 202001010000 debian/control; \
45
debian/rules debian/control; \
46
fi; \
47
echo 'y' | mk-build-deps -irt'apt-get -yV' debian/control
scripts/docker/m4/Dockerfile.deb.m4
@@ -36,6 +36,7 @@ RUN [ -z "$release" ] || git checkout ${release} ; \
36
37
38
39
40
0 commit comments