# Autogenerated Dockerfile for opensuse-15.2-amd64.
# Update data in gitlab/data.yml.j2 and gitlab/Dockerfile.j2
# to change this file.
# Request a manual pipeline to rebuild the image here:
#     https://gitlab.nic.cz/labs/bird/-/pipelines/new
FROM opensuse/leap:15.2
RUN zypper -n up
RUN zypper -n install \
	gcc \
	make \
	flex \
	bison \
	autoconf \
	pkgconfig \
	libssh-devel \
	ncurses-devel \
	readline-devel
RUN zypper -n install \
	git \
	lsb-release \
	rpm-build \
	libfaketime \
	systemd \
	systemd-rpm-macros \
	sysuser-tools \
	python3 \
	python3-pip \
	python3-setuptools
