repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: Move device_tree to commonlib
[coreboot2.git]
/
util
/
docker
/
alpine
/
Dockerfile.base
blob
1983be9b10c45ae3e0ca9eb86ed064d780024a76
1
FROM alpine:edge
2
3
RUN apk update && apk upgrade
4
5
RUN apk add \
6
bash \
7
bison \
8
build-base \
9
bzip2 \
10
curl \
11
flex \
12
gcc-gnat \
13
git \
14
go \
15
htop \
16
linux-headers \
17
m4 \
18
ncurses-dev \
19
neovim \
20
openssl-dev \
21
py3-pip \
22
python3 \
23
tar \
24
tmux \
25
shadow \
26
xz \
27
zlib-dev