mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Fix archlinux dockerfile for github actions CI
This commit is contained in:
parent
37afd65f26
commit
b8e22b3655
@ -1,4 +1,4 @@
|
||||
from archlinux/base
|
||||
from archlinux:latest
|
||||
run pacman -Syu --quiet --noconfirm gcc cmake make boost python2 pkg-config gettext gtk3 guile git ninja gtest gmock sqlite3 webkit2gtk swig gwenhywfar aqbanking intltool libxslt postgresql-libs libmariadbclient libdbi libdbi-drivers wayland-protocols > /dev/null
|
||||
run echo en_US.UTF-8 UTF-8 >> /etc/locale.gen
|
||||
run echo en_GB.UTF-8 UTF-8 >> /etc/locale.gen
|
||||
|
Loading…
Reference in New Issue
Block a user