2019-09-02 17:07:49 +00:00
|
|
|
# vim: ft=Dockerfile
|
|
|
|
|
2018-11-30 20:48:42 +00:00
|
|
|
FROM opensuse/tumbleweed:latest
|
|
|
|
|
|
|
|
RUN zypper -n up && \
|
|
|
|
zypper -n install -t pattern devel_C_C++ && \
|
2020-04-13 07:50:58 +00:00
|
|
|
zypper -n install git meson clang libinput10 libinput-devel pugixml-devel libwayland-client0 libwayland-cursor0 wayland-protocols-devel wayland-devel Mesa-libEGL-devel Mesa-libGLESv2-devel libgbm-devel libxkbcommon-devel libudev-devel libpixman-1-0-devel gtkmm3-devel jsoncpp-devel scdoc
|