chore: update fedora base

This commit is contained in:
Alex 2020-04-13 17:07:16 +02:00
parent 7859bf2c60
commit 345c7da384
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ env:
- distro: archlinux
- distro: fedora
- distro: alpine
- distro: opensuse
before_install:
- docker pull alexays/waybar:${distro}

View File

@ -1,6 +1,6 @@
# vim: ft=Dockerfile
FROM fedora:30
FROM fedora:32
RUN dnf install sway meson git libinput-devel wayland-devel wayland-protocols-devel pugixml-devel egl-wayland-devel mesa-libEGL-devel mesa-libGLES-devel mesa-libgbm-devel libxkbcommon-devel libudev-devel pixman-devel gtkmm30-devel jsoncpp-devel scdoc -y && \
dnf group install "C Development Tools and Libraries" -y && \