Files

12 lines
154 B
Docker
Raw Permalink Normal View History

2017-08-17 15:02:35 +02:00
FROM fedora:25
RUN dnf -y upgrade
RUN dnf -y install \
2019-11-26 19:33:01 +01:00
make \
2017-08-17 15:02:35 +02:00
autoconf \
flex \
bison \
pkgconfig \
'readline-devel' \
'pkgconfig(ncurses)' \
gcc