* Change tag name * Change tag name * Add ARM64 containers and Fedora 40 * Use dnf for Fedora * Dist upgrade on Debian * Upgrade and clean on Fedora * Add name * Fixed typo and use platform in Dockerfile * Use matrix instead for arch * Use config dir in matrix * Fixed wrong var * Specify base image in workflow * Re-add platform * Use slim images * Run on Buildjet * Use new images * Add comment * Remove QEMU (not needed because of Buildjet) * Finish Dockerfile for Arch and OpenSUSE * Use new containers * Use correct config dir names * Fixed config for Manjaro * Missing zypper arg * Clean Arch and OpenSUSE * Update ChangeLog * Elaborate on comment
7 lines
134 B
Docker
7 lines
134 B
Docker
ARG BASE_IMAGE
|
|
FROM $BASE_IMAGE AS base
|
|
|
|
RUN pacman -Syu --noconfirm git python sudo && pacman -Scc --noconfirm
|
|
|
|
RUN useradd -m build
|