bird/misc/docker/opensuse-15.3-amd64/Dockerfile

20 lines
281 B
Docker
Raw Normal View History

FROM opensuse/leap:15.3
RUN zypper -n up
RUN zypper -n install \
gcc \
make \
flex \
bison \
autoconf \
libssh-devel \
ncurses-devel \
readline-devel
RUN zypper -n install \
git \
rpm-build \
systemd \
systemd-rpm-macros \
python3 \
python3-pip \
python3-setuptools