1 2 3 4 5 6 7 8
pipeline: build: image: rust:buster commands: - apt-get update - apt-get install --yes libsodium-dev - cargo build