2019-11-27 02:33:01 +08:00
|
|
|
FROM opensuse/leap:15.1
|
2017-08-17 21:02:35 +08:00
|
|
|
RUN zypper -n up
|
|
|
|
RUN zypper -n install \
|
2021-05-20 01:10:09 +08:00
|
|
|
gcc \
|
|
|
|
make \
|
2017-08-17 21:02:35 +08:00
|
|
|
flex \
|
|
|
|
bison \
|
2021-05-20 01:10:09 +08:00
|
|
|
autoconf \
|
|
|
|
libssh-devel \
|
2017-08-17 21:02:35 +08:00
|
|
|
ncurses-devel \
|
2021-05-20 01:10:09 +08:00
|
|
|
readline-devel
|
|
|
|
RUN zypper -n install \
|
|
|
|
git \
|
|
|
|
rpm-build \
|
|
|
|
systemd \
|
|
|
|
systemd-rpm-macros \
|
|
|
|
python3 \
|
|
|
|
python3-pip \
|
|
|
|
python3-setuptools
|