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