just what is the issue?
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good
This commit is contained in:
parent
d5668b2f20
commit
5cf943f9e4
@ -2,11 +2,10 @@
|
|||||||
# docker build -f automation/Dockerfile -t <NAME> .
|
# docker build -f automation/Dockerfile -t <NAME> .
|
||||||
# docker run -it <NAME>
|
# docker run -it <NAME>
|
||||||
FROM rust:latest
|
FROM rust:latest
|
||||||
RUN apt-get update
|
RUN apt-get update && apt-get --yes upgrade
|
||||||
RUN apt-get --yes upgrade
|
|
||||||
# tzdata is a dependency, won't install otherwise
|
# tzdata is a dependency, won't install otherwise
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get --yes install rsync openssh-client
|
# RUN apt-get --yes install rsync openssh-client
|
||||||
|
|
||||||
# set CROSS_CONTAINER_IN_CONTAINER to inform `cross` that it is executed from within a container
|
# set CROSS_CONTAINER_IN_CONTAINER to inform `cross` that it is executed from within a container
|
||||||
ENV CROSS_CONTAINER_IN_CONTAINER=true
|
ENV CROSS_CONTAINER_IN_CONTAINER=true
|
||||||
@ -14,7 +13,7 @@ ENV CROSS_CONTAINER_IN_CONTAINER=true
|
|||||||
RUN rustup install nightly && \
|
RUN rustup install nightly && \
|
||||||
rustup target add thumbv7em-none-eabihf armv7-unknown-linux-gnueabihf && \
|
rustup target add thumbv7em-none-eabihf armv7-unknown-linux-gnueabihf && \
|
||||||
rustup component add rustfmt clippy
|
rustup component add rustfmt clippy
|
||||||
RUN cargo install mdbook --no-default-features --features search --vers "^0.4" --locked
|
# RUN cargo install mdbook --no-default-features --features search --vers "^0.4" --locked
|
||||||
|
|
||||||
# SSH stuff to allow deployment to doc server
|
# SSH stuff to allow deployment to doc server
|
||||||
RUN adduser --uid 114 jenkins
|
RUN adduser --uid 114 jenkins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user