util/docker: Add Alpine Dockerfile

Add a Dockerfile for Alpine to build-test with musl-libc.

Change-Id: If90412146acc94f01a89cd681539aad48e92dd2e
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75049
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jan Samek <jan.samek@siemens.com>
This commit is contained in:
Felix Singer 2023-05-10 08:38:53 +02:00 committed by Felix Singer
parent 575eb73951
commit 592700b5a6
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
FROM alpine:edge
RUN apk update && apk upgrade
RUN apk add \
bash \
bison \
build-base \
bzip2 \
curl \
flex \
gcc-gnat \
git \
go \
htop \
linux-headers \
m4 \
ncurses-dev \
neovim \
openssl-dev \
py3-pip \
python3 \
tar \
tmux \
shadow \
xz \
zlib-dev