Files

12 lines
154 B
Docker
Raw Permalink Normal View History

2019-11-26 19:33:01 +01:00
FROM fedora:27
RUN dnf -y upgrade
RUN dnf -y install \
make \
autoconf \
flex \
bison \
pkgconfig \
'readline-devel' \
'pkgconfig(ncurses)' \
gcc