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