2019-02-07 14:54:26 +01:00
|
|
|
from archlinux/base
|
|
|
|
|
run pacman -Syu --quiet --noconfirm gcc cmake make boost python2 pkg-config gettext guile git ninja gtest gmock sqlite3 webkit2gtk swig gwenhywfar aqbanking intltool libxslt postgresql-libs libmariadbclient libdbi libdbi-drivers > /dev/null
|
2017-09-06 13:23:59 -04:00
|
|
|
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
|
2020-02-29 13:43:33 +01:00
|
|
|
copy arch-testscript commonbuild /
|
|
|
|
|
run chmod +x /arch-testscript /commonbuild
|
2017-09-06 13:23:59 -04:00
|
|
|
entrypoint /arch-testscript
|