Skip to content

Commit

Permalink
test(debian10): work around openjdk/ca-certificates-java install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Feb 8, 2024
1 parent 79423f0 commit daa0f30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/docker/debian10/install-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ EOF
echo "resolvconf resolvconf/linkify-resolvconf boolean false" |
debconf-set-selections

# Work around https://bugs.debian.org/1040925
apt-get -y --no-install-recommends install \
ca-certificates-java

while read -r file; do
case $file in
/*) printf "%s\n" "$file" ;;
Expand Down

0 comments on commit daa0f30

Please sign in to comment.