# Dockerfile for an Arch Linux Toolbox environment with a variety of development and utility tools. # Base image using the latest version from quay.io/toolbx/arch-toolbox. FROM quay.io/toolbx/arch-toolbox:latest ######################## ##### Pacman ##### ######################## # Enable multilib support by appending it to /etc/pacman.conf. RUN tee -a /etc/pacman.conf <