summaryrefslogtreecommitdiff
path: root/misc/docker/opensuse-15.2-amd64/Dockerfile
blob: d1acd5c401b1499cbf9a1a99f7d180247c2c1cc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
FROM opensuse/leap:15.2

RUN zypper -n up
RUN zypper -n install \
	autoconf \
	flex \
	bison \
	pkgconfig \
	readline-devel \
	ncurses-devel \
	gcc \
	gmake