# FROM docker.io/archlinux/archlinux:latest # run pacman -Sy --noconfirm fcitx5 fcitx5-configtool fcitx5-qt fcitx5-gtk cmake extra-cmake-modules gcc FROM docker.io/library/ubuntu:24.04 run apt update && apt install -y fcitx5 fcitx5-configtool fcitx5-frontend-qt5 fcitx5-frontend-qt6 fcitx5-frontend-gtk3 fcitx5-frontend-gtk4 cmake extra-cmake-modules gcc git make build-essential libfcitx5core-dev fcitx5-modules-dev gettext run git clone https://github.com/Maik-0000FF/schnelle-umlaute.git copy build-ubuntu.patch build-ubuntu.patch run patch schnelle-umlaute/addon/build.sh < build-ubuntu.patch workdir schnelle-umlaute/addon