fix: Add test for issue #2049 (#2114)

- This missing files problem should be fixed by PR #2066.
This commit is contained in:
Gabriel Nützi 2022-06-01 12:55:36 +02:00 committed by GitHub
parent bc46c24707
commit c13f9b6027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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/*