Dockerfile: remove unused deps

This commit is contained in:
tobtoht 2025-07-13 21:06:28 +02:00
parent a1aef9e017
commit 249650162d
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472

View File

@ -6,18 +6,12 @@ FROM ubuntu:20.04 AS builder
RUN set -ex && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends --yes install \
automake \
autotools-dev \
bsdmainutils \
build-essential \
ca-certificates \
ccache \
cmake \
curl \
git \
libtool \
pkg-config \
gperf
pkg-config
WORKDIR /src
COPY . .