File: opensuse

package info (click to toggle)
teg 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,036 kB
  • sloc: cpp: 16,819; xml: 1,313; makefile: 268; sh: 195; ansic: 112
file content (9 lines) | stat: -rw-r--r-- 430 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# vim: filetype=dockerfile sw=4 ts=4 et
FROM opensuse/leap:latest

RUN zypper --non-interactive  update && \
    zypper --non-interactive install -y automake autoconf libtool gcc10-c++ \
	gettext gettext-tools make tidy gmock \
	'pkgconfig(glib-2.0)' 'pkgconfig(libgnomeui-2.0)' 'pkgconfig(libxml-2.0)' \
	'perl(XML::Parser)' 'pkgconfig(goocanvas-2.0)' pkgconfig xmlto xz && \
	cd /usr/bin && ln -s gcc-10 gcc && ln -s g++-10 g++