- This missing files problem should be fixed by PR #2066.
This commit is contained in:
parent
bc46c24707
commit
c13f9b6027
|
|
@ -0,0 +1,6 @@
|
|||
FROM debian:bullseye-20220328
|
||||
|
||||
RUN set -x; \
|
||||
apt-get update && \
|
||||
apt-get install -y curl openssh-client gnupg gpg-agent git make && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
Loading…
Reference in New Issue