Add clang and set --no-install-recommends

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser 2024-08-20 13:03:27 +02:00
parent 7fbfe8e325
commit 2ff558cdde
No known key found for this signature in database

View File

@ -3,10 +3,11 @@ ARG ubuntu_version=24.04
FROM ubuntu:${ubuntu_version} FROM ubuntu:${ubuntu_version}
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y \ apt-get install --no-install-recommends -y \
build-essential \ build-essential \
ca-certificates \ ca-certificates \
cmake \ cmake \
clang \
git \ git \
nano\ nano\
openssh-server openssh-server