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 ada44bd commit 81b6f50Copy full SHA for 81b6f50
contrib/reprobuild/Dockerfile.jammy
@@ -62,6 +62,10 @@ RUN cd /tmp/ && \
62
mv bin/protoc /usr/local/bin && \
63
rm -rf include bin protoc-${PROTOC_VERSION}-linux-x86_64.zip
64
65
+RUN wget http://ftp.ch.debian.org/debian/pool/main/l/lowdown/lowdown_2.0.2-2_amd64.deb && \
66
+ dpkg -i lowdown_2.0.2-2_amd64.deb && \
67
+ rm lowdown_2.0.2-2_amd64.deb
68
+
69
RUN mkdir /build
70
WORKDIR /build
71
0 commit comments