# Autogenerated Dockerfile for oracle-09-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 oraclelinux:9
RUN dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
RUN yum -y upgrade
RUN yum -y install \
	gcc \
	make \
	flex \
	bison \
	autoconf \
	libssh-devel \
	ncurses-devel \
	readline-devel
RUN yum -y install \
	git \
	lsb-release \
	rpm-build \
	faketime \
	systemd \
	systemd-rpm-macros \
	python3 \
	python3-pip \
	python3-setuptools
