mirror of
https://github.com/ps5-linux/ps5-linux-image.git
synced 2026-07-16 01:50:40 +00:00
kernel-builder: install ca-certificates
git clone https://github.com/... fails with 'server certificate verification failed. CAfile: none' because ubuntu:24.04 with just 'git' doesn't pull in ca-certificates. Hit in 'Building NXP IW620 mwifiex driver' stage.
This commit is contained in:
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
build-essential bc bison dwarves flex kmod cpio gawk \
|
build-essential bc bison dwarves flex kmod cpio gawk \
|
||||||
libdw-dev libelf-dev libssl-dev \
|
libdw-dev libelf-dev libssl-dev \
|
||||||
python3 rsync dpkg-dev debhelper zstd \
|
python3 rsync dpkg-dev debhelper zstd \
|
||||||
perl git xz-utils ccache \
|
perl git ca-certificates xz-utils ccache \
|
||||||
gcc-x86-64-linux-gnu binutils-x86-64-linux-gnu libc6-dev-amd64-cross \
|
gcc-x86-64-linux-gnu binutils-x86-64-linux-gnu libc6-dev-amd64-cross \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user