13 lines
157 B
Text
13 lines
157 B
Text
|
FROM opensuse/leap:15.2
|
||
|
|
||
|
RUN zypper -n up
|
||
|
RUN zypper -n install \
|
||
|
autoconf \
|
||
|
flex \
|
||
|
bison \
|
||
|
pkgconfig \
|
||
|
readline-devel \
|
||
|
ncurses-devel \
|
||
|
gcc \
|
||
|
gmake
|