ci: change leak sanitizer Dockerfile base image to arch linux
This commit is contained in:
parent
0fbd4ebad1
commit
77582a3bde
1 changed files with 10 additions and 14 deletions
|
@ -1,23 +1,19 @@
|
||||||
FROM alpine:latest
|
FROM archlinux/base
|
||||||
|
RUN pacman -Syu --noconfirm && \
|
||||||
RUN apk add --no-cache \
|
pacman -S --noconfirm \
|
||||||
bash \
|
bash \
|
||||||
|
base-devel \
|
||||||
clang \
|
clang \
|
||||||
llvm \
|
llvm \
|
||||||
cmake \
|
cmake \
|
||||||
git \
|
git \
|
||||||
make \
|
python \
|
||||||
g++ \
|
python-pip \
|
||||||
python3 \
|
mesa \
|
||||||
py3-pip \
|
|
||||||
mesa-dev \
|
|
||||||
mesa-gl \
|
|
||||||
pkgconf \
|
|
||||||
mold \
|
mold \
|
||||||
ninja \
|
ninja \
|
||||||
libc-dev \
|
zlib \
|
||||||
zlib-dev \
|
libunwind
|
||||||
libunwind-dev
|
|
||||||
|
|
||||||
RUN pip install --no-cache-dir --break-system-packages conan gitpython \
|
RUN pip install --no-cache-dir --break-system-packages conan gitpython \
|
||||||
&& conan profile detect
|
&& conan profile detect
|
||||||
|
|
Loading…
Add table
Reference in a new issue