1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-03 06:53:18 +02:00

manibuilder/alpine: Disable https for Alpine 3.7 and 3.8

Alpine Linux 3.7 and 3.8 fell behind with their pre-installed cer-
tificates. Plus, there seems to be no way to override certificate
checks when downloading packages. Hence, disable https completely.

Change-Id: I49dc3a2a2d44f948182e7571f6289b74e6fa6eb4
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/67186
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Nico Huber
2022-08-29 23:14:36 +00:00
committed by Felix Singer
parent c582ed5bcd
commit e9c63e2164
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,9 @@
FROM manibase
ARG PROTO=https
RUN \
adduser -D mani mani && \
sed -i "s/https/${PROTO}/" /etc/apk/repositories && \
apk update && \
apk add ca-certificates build-base linux-headers git ccache \
pciutils-dev libusb-compat-dev libusb-dev