reduce amount of installed packages
This commit is contained in:
@@ -6,54 +6,17 @@ FROM $BASE_BUILDER
|
|||||||
|
|
||||||
# Install system dependencies
|
# Install system dependencies
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
# Build tools
|
|
||||||
build-essential \
|
build-essential \
|
||||||
gcc \
|
cppcheck \
|
||||||
g++ \
|
ccache \
|
||||||
libstdc++-12-dev \
|
|
||||||
cmake \
|
cmake \
|
||||||
ninja-build \
|
ninja-build \
|
||||||
bison \
|
|
||||||
pkg-config \
|
|
||||||
git \
|
git \
|
||||||
ccache \
|
pkg-config \
|
||||||
cppcheck \
|
|
||||||
wget \
|
wget \
|
||||||
lsb-release \
|
lsb-release \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
pipx \
|
pipx \
|
||||||
python-is-python3 \
|
|
||||||
python3-jsonschema \
|
|
||||||
ocaml-core \
|
|
||||||
\
|
|
||||||
# Libraries
|
|
||||||
libglm-dev \
|
|
||||||
libpng-dev \
|
|
||||||
libxml2-dev \
|
|
||||||
liblz4-dev \
|
|
||||||
libzstd-dev \
|
|
||||||
libpciaccess0 \
|
|
||||||
\
|
|
||||||
# X11 / XCB
|
|
||||||
libx11-dev \
|
|
||||||
libx11-xcb-dev \
|
|
||||||
libxcb-dri3-0 \
|
|
||||||
libxcb-dri3-dev \
|
|
||||||
libxcb-present0 \
|
|
||||||
libxcb-keysyms1-dev \
|
|
||||||
libxcb-randr0-dev \
|
|
||||||
libxcb-ewmh-dev \
|
|
||||||
\
|
|
||||||
# Wayland
|
|
||||||
libwayland-dev \
|
|
||||||
wayland-protocols \
|
|
||||||
\
|
|
||||||
# Misc display
|
|
||||||
libxrandr-dev \
|
|
||||||
\
|
|
||||||
# Qt
|
|
||||||
qtbase5-dev \
|
|
||||||
qt6-base-dev \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV PATH="/root/.local/bin:${PATH}"
|
ENV PATH="/root/.local/bin:${PATH}"
|
||||||
|
|||||||
Reference in New Issue
Block a user