Skip to content
Snippets Groups Projects
Commit 7637a879 authored by Dorian Koch's avatar Dorian Koch
Browse files

Add --no-install-recommends and specified ubuntu version

parent afecfb45
Branches main
No related tags found
No related merge requests found
Pipeline #5803 passed
FROM ubuntu FROM ubuntu:24.04
RUN apt-get update 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 RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}" ENV PATH="/root/.cargo/bin:${PATH}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment