some improvements
Some checks are pending
Rust/sat-rs/pipeline/head Build started...

This commit is contained in:
2023-09-21 18:26:33 +02:00
parent eb6a94980a
commit 6579c6d864
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
FROM rust:latest
RUN apt-get update
RUN apt-get --yes upgrade
RUN apt-get --yes install openssh-client
RUN apt-get --yes install rsync openssh-client
# tzdata is a dependency, won't install otherwise
ARG DEBIAN_FRONTEND=noninteractive