Sign inSign up

luvx/rust_base

By luvx

Updated 3 months ago

Image
0

766

luvx/rust_base repository overview

自用,避免多次编译

FROM ${REGISTRY}rust:1-slim-${VERSION} AS rust_base
COPY --from=luvx/upx:latest --link /usr/bin/upx /usr/bin/upx
RUN cargo install evcxr_jupyter; \
    upx -9 $CARGO_HOME/bin/evcxr_jupyter; \
    rm -fr $CARGO_HOME/registry $CARGO_HOME/git

Tag summary

Content type

Image

Digest

sha256:bb65e8938

Size

274.7 MB

Last updated

3 months ago

docker pull luvx/rust_base