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