mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00
Add clang and set --no-install-recommends
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
parent
7fbfe8e325
commit
2ff558cdde
@ -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
|
Loading…
x
Reference in New Issue
Block a user