We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee80af commit f185189Copy full SHA for f185189
debian/Dockerfile.trixie
@@ -0,0 +1,14 @@
1
+FROM debian:trixie
2
+
3
+# just to invalidate cache
4
+ARG BUILDDATE=99999999
5
6
+ENV DEBIAN_FRONTEND=noninteractive
7
+RUN mkdir -p /build \
8
+ && apt-get update \
9
+ && apt-get install -y debhelper dh-make devscripts gnupg2 vim equivs
10
+RUN mkdir -p -m700 /root/.gnupg
11
12
+ADD control /control
13
+RUN mk-build-deps -i --t 'apt-get -y -o Debug::pkgProblemResolver=yes --no-install-recommends' /control
14
+RUN apt-get install -y tzdata
0 commit comments