summaryrefslogtreecommitdiff
path: root/misc/docker/opensuse-15.1-amd64/Dockerfile
blob: 29d956cffd7987b32d5d16a7080aa29924592c3b (plain)
1
2
3
4
5
6
7
8
9
10
11
FROM opensuse/leap:15.1
RUN zypper -n up
RUN zypper -n install \
	autoconf \
	flex \
	bison \
	pkgconfig \
	readline-devel \
	ncurses-devel \
	gcc \
	gmake