Update 'Dockerfile'
This commit is contained in:
parent
e69d688cd1
commit
522ac8258a
|
@ -3,9 +3,7 @@
|
||||||
#ARG DEBIAN_VERSION
|
#ARG DEBIAN_VERSION
|
||||||
#FROM debian:${DEBIAN_VERSION}-slim
|
#FROM debian:${DEBIAN_VERSION}-slim
|
||||||
|
|
||||||
# - BASED? BASED ON WHAT?
|
FROM ubuntu:latest
|
||||||
# - based on Ubuntu 22.04 LTS «Jammy Jellyfish»
|
|
||||||
FROM ubuntu:jammy
|
|
||||||
|
|
||||||
# rust paths
|
# rust paths
|
||||||
ENV RUSTUP_HOME=/usr/local/rustup \
|
ENV RUSTUP_HOME=/usr/local/rustup \
|
||||||
|
@ -40,7 +38,7 @@ RUN set -eux; \
|
||||||
rustup --version; \
|
rustup --version; \
|
||||||
cargo --version; \
|
cargo --version; \
|
||||||
rustc --version; \
|
rustc --version; \
|
||||||
rustup toolchain list; \
|
rustup target list; \
|
||||||
\
|
\
|
||||||
apt remove -y --auto-remove \
|
apt remove -y --auto-remove \
|
||||||
### ditch the wget who needs that
|
### ditch the wget who needs that
|
||||||
|
|
Loading…
Reference in a new issue