dosemu
Some checks failed
Docker / buildx (push) Failing after 9m4s

This commit is contained in:
Chris Richardson
2025-08-12 13:12:45 -04:00
parent 048869d1b4
commit 6c3de28396

View File

@@ -36,7 +36,10 @@ RUN apt-get update \
software-properties-common \
ca-certificates \
curl \
gnupg
gnupg \
python3-setuptools \
python3
RUN mkdir -p /etc/apt/keyrings \
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \