coreboot-kgpe-d16/util/docker/alpine/Dockerfile.base
Felix Singer 30138b3361 util/docker/alpine: Rename Dockerfile to Dockerfile.base
Rename Dockerfile to Dockerfile.base since additional Dockerfiles basing
on this one will be added later.

Change-Id: I611feca234ae7600f9c17ae397f9f3903879c057
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79362
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
2023-12-06 18:43:45 +00:00

27 lines
278 B
Text

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