Update 'Dockerfile'

This commit is contained in:
lnkr 2022-05-05 11:58:53 +03:00
parent e69d688cd1
commit 522ac8258a
1 changed files with 2 additions and 4 deletions

View File

@ -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