diff --git a/Dockerfile b/Dockerfile index 6bd19d2a776a70d2008e1e98ed8c3eb428402bc4..de0fa9c5e77572ec1173913439e83f2b91d917ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM ubuntu +FROM ubuntu:24.04 RUN apt-get update -RUN apt-get install -y build-essential curl ffmpeg git busybox inkscape +RUN apt-get install -y --no-install-recommends build-essential curl ffmpeg git busybox inkscape ca-certificates RUN curl https://sh.rustup.rs -sSf | bash -s -- -y ENV PATH="/root/.cargo/bin:${PATH}"