We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec7862 commit c462d4dCopy full SHA for c462d4d
autoblockchainify/Dockerfile
@@ -3,14 +3,13 @@
3
# the dev build Dockerfile, whereas lines ending in `##PRODONLY##` will be
4
# deleted.
5
6
-FROM debian:buster-slim
+FROM debian:bullseye-slim
7
8
# The next line is hardcoded in Makefile as PRODONLY,
9
# as ARG does not support comments
10
ARG VERSIONMATCH=
11
12
# gnupg1/gpg1 steps are for interfacing with the PGP Timestamping Service only.
13
-# Explicit python3-pygit2 install is required for ARMv6 only.
14
RUN apt update && \
15
apt install -y gnupg1 libgit2-dev python3-pygit2 python3-pip git wget && \
16
apt clean && \
0 commit comments