Update trustdb in Docker image

This commit is contained in:
Ashcon Partovi
2023-02-01 11:24:12 -08:00
parent c0bfdebbd9
commit c69bbbd24f

View File

@@ -44,6 +44,7 @@ RUN apt-get update -qq \
gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$key" \
|| gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key" ; \
done \
&& gpg --update-trustdb \
&& curl "https://github.com/oven-sh/bun/releases/$release/SHASUMS256.txt.asc" \
-fsSLO \
--compressed \