summaryrefslogtreecommitdiff
path: root/misc/docker/centos-7-amd64/Dockerfile
blob: bef04b00ae8d9707894a247d737f9c6a6286ee36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
FROM centos:7
RUN yum -y upgrade
RUN yum -y install \
	gcc \
	make \
	flex \
	bison \
	autoconf \
	libssh-devel \
	ncurses-devel \
	readline-devel
RUN yum -y install \
	git \
	rpm-build \
	systemd \
	python3 \
	python3-pip \
	python3-setuptools