mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
602 B
14 lines
602 B
from archlinux:latest
|
|
|
|
run echo "NoExtract = !*locale*/fr*/* !usr/share/i18n/locales/fr_FR*" >> /etc/pacman.conf
|
|
|
|
run pacman -Syu --noconfirm glibc gcc cmake make boost boost-libs python3 pkg-config gettext gtk3 guile git ninja gtest gmock sqlite3 webkit2gtk-4.1 swig gwenhywfar gwenhywfar-gtk aqbanking intltool libxslt libofx postgresql-libs libmariadbclient libdbi libdbi-drivers wayland-protocols
|
|
|
|
run echo en_US.UTF-8 UTF-8 > /etc/locale.gen
|
|
run echo en_GB.UTF-8 UTF-8 >> /etc/locale.gen
|
|
run echo fr_FR.UTF-8 UTF-8 >> /etc/locale.gen
|
|
run locale-gen
|
|
|
|
copy entrypoint.sh /
|
|
entrypoint /entrypoint.sh
|