We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1621d commit bcb8669Copy full SHA for bcb8669
Dockerfile.slim
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
-FROM nikolaik/python-nodejs:python3.13-nodejs22-slim
3
-RUN apt update && apt install -y git jq procps \
+FROM pypy:3.11-slim
+RUN apt update && apt install -y git jq procps nodejs npm curl xz-utils \
4
&& apt clean \
5
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* /usr/share/man/* /usr/share/locale/* \
6
&& find /var/log -type f -exec truncate -s 0 {} \; \
lib/env.bash
@@ -71,7 +71,7 @@ ASDF_SHFMT_VERSION=3.10.0
71
export ASDF_SHFMT_VERSION
72
ASDF_SHELLCHECK_VERSION=0.10.0
73
export ASDF_SHELLCHECK_VERSION
74
-ASDF_PYTHON_VERSION=3.13.0
+ASDF_PYTHON_VERSION=pypy3.11-7.3.19
75
export ASDF_PYTHON_VERSION
76
77
## ASDF tool config
0 commit comments