first viable version

This commit is contained in:
Paul Campbell 2024-05-16 19:44:39 +01:00
parent 87fe665095
commit a2099da6a0
3 changed files with 3 additions and 5 deletions

View file

@ -6,7 +6,7 @@ FROM docker.io/rust:1.78.0-slim-bookworm
RUN apt-get update && \
apt-get install -y \
--no-install-recommends \
nodejs \
nodejs=18.19.0+dfsg-6~deb12u1 \
curl=7.88.1-10+deb12u5 \
clang-16=1:16.0.6-15~deb12u1 \
mold=1.10.1+dfsg-1 && \