Skip to content
Snippets Groups Projects
Commit eecc3602 authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'chore/fix_missing_debian_package' into 'main'

fix: add missing idn2 package to debian image

See merge request components/opentofu!145
parents ee16f015 88b3ea30
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \
jq \
openssh-client \
unzip \
idn2 \
&& rm -rf /var/lib/apt/lists/*
# NOTE: cosign is not yet available in the debian apt sources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment