Files

20 lines
281 B
Docker
Raw Permalink Normal View History

2021-04-21 13:22:23 +02:00
FROM opensuse/leap:15.2
RUN zypper -n up
RUN zypper -n install \
2021-05-19 19:10:09 +02:00
gcc \
make \
2021-04-21 13:22:23 +02:00
flex \
bison \
2021-05-19 19:10:09 +02:00
autoconf \
libssh-devel \
2021-04-21 13:22:23 +02:00
ncurses-devel \
2021-05-19 19:10:09 +02:00
readline-devel
RUN zypper -n install \
git \
rpm-build \
systemd \
systemd-rpm-macros \
python3 \
python3-pip \
python3-setuptools