Skip to content

Commit

Permalink
Update archlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed Jun 24, 2024
1 parent 1003c22 commit ccc3c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/archlinux
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
FROM archlinux:base-devel

RUN pacman -Syu --noconfirm && \
pacman -S --noconfirm git meson base-devel libinput wayland wayland-protocols pixman libxkbcommon mesa gtkmm3 jsoncpp pugixml scdoc libpulse libdbusmenu-gtk3 libmpdclient gobject-introspection libxkbcommon playerctl iniparser fftw && \
pacman -S --noconfirm git meson base-devel libinput wayland wayland-protocols glib2-devel pixman libxkbcommon mesa gtkmm3 jsoncpp pugixml scdoc libpulse libdbusmenu-gtk3 libmpdclient gobject-introspection libxkbcommon playerctl iniparser fftw && \
sed -Ei 's/#(en_(US|GB)\.UTF)/\1/' /etc/locale.gen && locale-gen

0 comments on commit ccc3c13

Please sign in to comment.