Skip to content
Snippets Groups Projects
Commit 2fcd4f59 authored by Ingo Meyer's avatar Ingo Meyer
Browse files

Adopt new Arch Linux naming scheme for their official Docker images

parent ef5be198
No related branches found
No related tags found
No related merge requests found
Pipeline #40701 passed
FROM archlinux/base:latest
FROM archlinux:base
RUN pacman -Syu --noconfirm git cmake make grep awk patch gcc pkgconf automake autoconf mesa xorg-xrandr libxinerama libxcursor qt5-base nasm
FROM archlinux/base:latest
FROM archlinux:base
RUN pacman -Syu --noconfirm git cmake make grep awk patch gcc qt5-base mesa libjpeg-turbo libtiff bzip2 glfw cairo ffmpeg
FROM archlinux:latest
FROM archlinux:base-devel
LABEL maintainer="Ingo Meyer <i.meyer@fz-juelich.de>"
RUN pacman -Sy --noconfirm --needed base-devel git openssh && \
RUN pacman -Sy --noconfirm --needed git openssh && \
yes | pacman -Scc
RUN useradd -m deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment