Renovate eda9626784
All checks were successful
Build and publish "Python 3 on Bookworm" image / Build and publish (push) Successful in 1m2s
Build and publish "Java default JDK on Bookworm" image / Build and publish (push) Successful in 1m34s
Build and publish "Rust on Bookworm" image / Build and publish (push) Successful in 1m30s
chore(deps): update node.js to f496dba
2024-11-12 23:00:23 +00:00

6 lines
243 B
Docker

FROM node:22-bookworm@sha256:f496dba5f685ef33797ed5882b4ce209053db67f88b50c1484ecccba6531bfde
RUN apt-get update && \
apt-get install git -y && \
apt-get install python3 python3-pip python3-venv -y && \
rm -rf /var/lib/apt/lists/*