refactor(Dockerfile): fix fedora

This commit is contained in:
Alex 2019-05-07 13:45:49 +02:00
parent 5a44c8c6de
commit 8a011e6d90
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FROM fedora:30
RUN dnf install sway meson git libinput-devel wayland-devel wayland-protocols-devel egl-wayland-devel mesa-libEGL-devel mesa-libGLES-devel mesa-libgbm-devel libxkbcommon-devel libudev-devel pixman-devel gtkmm30-devel jsoncpp-devel -y && \
dnf group install "C Development Tools and Libraries" && \
dnf clean all
dnf group install "C Development Tools and Libraries" -y && \
dnf clean all -y