Renovate 80fffaa7a8
All checks were successful
Build and publish "Python 3 on Bookworm" image / Build and publish (push) Successful in 1m1s
Build and publish "Java default JDK on Bookworm" image / Build and publish (push) Successful in 1m17s
Build and publish "Rust on Bookworm" image / Build and publish (push) Successful in 1m20s
chore(deps): update node.js to 18ad6b5
2024-09-27 22:01:30 +00:00

6 lines
243 B
Docker

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