5 lines
212 B
Docker
5 lines
212 B
Docker
FROM mcr.microsoft.com/devcontainers/rust:1-1-bookworm
|
|
|
|
# Install 'just' as root during the build process
|
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
|