jq and curl
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM python:3.14-slim-bookworm
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends ca-certificates curl gnupg bash git && \
|
||||
apt-get install -y --no-install-recommends ca-certificates curl gnupg bash git jq && \
|
||||
mkdir -p /etc/apt/keyrings && \
|
||||
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key \
|
||||
| gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
|
||||
@@ -10,6 +10,5 @@ RUN apt-get update && \
|
||||
apt-get update && \
|
||||
apt-get install -y --no-install-recommends nodejs && \
|
||||
python -V && node -v && npm -v && \
|
||||
apt-get purge -y --auto-remove curl gnupg && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
Reference in New Issue
Block a user