fix: add gnupg package installation in Dockerfile
This commit is contained in:
@@ -31,6 +31,7 @@ RUN apt-get update && apt-get install -y \
|
||||
bash \
|
||||
libc6 \
|
||||
libstdc++6 \
|
||||
gnupg \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# ===== Установка Node.js 20 через NodeSource (рекомендуемый способ 2025+) =====
|
||||
|
||||
Reference in New Issue
Block a user