15 lines
328 B
Docker
15 lines
328 B
Docker
FROM debian@sha256:cd50e36013f749a1f86c6369b873e1ad607335480dc4bc2905396ec17ab0ce02
|
|
|
|
RUN apt-get update && \
|
|
apt-get install -y --no-install-recommends \
|
|
gcc \
|
|
g++ \
|
|
make \
|
|
flex \
|
|
bison \
|
|
gawk \
|
|
perl \
|
|
dialog \
|
|
libncurses-dev \
|
|
qemu-system-x86
|