better comments

This commit is contained in:
Anton-4 2022-05-03 13:46:39 +02:00
parent 6cbdb9680c
commit a40b055f16
No known key found for this signature in database
GPG Key ID: C954D6E0F9C0ABFD

View File

@ -1,5 +1,4 @@
FROM rust:1.60.0-slim-bullseye # make sure to update rust-toolchain.toml and nixpkgs-unstable in sources.json too so that it uses the same rust version > search for cargo on unstable here: https://search.nixos.org/packages
WORKDIR /earthbuild
FROM rust:1.60.0-slim-bullseye # make sure to update rust-toolchain.toml too so that everything uses the same rust version
prep-debian:
RUN apt -y update