6 lines
128 B
Text
6 lines
128 B
Text
|
FROM node:23-bookworm
|
||
|
|
||
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||
|
|
||
|
ENTRYPOINT ["/bin/bash", "-l", "-c"]
|