Skip to content

Commit

Permalink
fix: Add test for issue GoogleContainerTools#2049
Browse files Browse the repository at this point in the history
- This missing files problem should be fixed by PR GoogleContainerTools#2066.
  • Loading branch information
gabyx committed May 31, 2022
1 parent 1c0e5a0 commit 8a0e8f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integration/dockerfiles/Dockerfile_test_issue_2049
Original file line number Diff line number Diff line change
@@ -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/*

0 comments on commit 8a0e8f9

Please sign in to comment.