Skip to content

Commit bcb8669

Browse files
committed
Use pypy in docker image
1 parent ad1621d commit bcb8669

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.slim

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
2-
FROM nikolaik/python-nodejs:python3.13-nodejs22-slim
3-
RUN apt update && apt install -y git jq procps \
2+
FROM pypy:3.11-slim
3+
RUN apt update && apt install -y git jq procps nodejs npm curl xz-utils \
44
&& apt clean \
55
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/* /usr/share/man/* /usr/share/locale/* \
66
&& find /var/log -type f -exec truncate -s 0 {} \; \

lib/env.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ASDF_SHFMT_VERSION=3.10.0
7171
export ASDF_SHFMT_VERSION
7272
ASDF_SHELLCHECK_VERSION=0.10.0
7373
export ASDF_SHELLCHECK_VERSION
74-
ASDF_PYTHON_VERSION=3.13.0
74+
ASDF_PYTHON_VERSION=pypy3.11-7.3.19
7575
export ASDF_PYTHON_VERSION
7676

7777
## ASDF tool config

0 commit comments

Comments
 (0)