chore: fix gpg key import

This commit is contained in:
2025-09-14 14:56:02 +00:00
parent b470c46da0
commit f67eb5b757
2 changed files with 14 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y \
ca-certificates \
gnupg \
lsb-release \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*
# Install Bun as the node user