Files
gingko/.devcontainer/Dockerfile
2026-04-27 23:45:02 +00:00

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