packages/scripts/docker/Dockerfile

18 lines
363 B
Docker
Raw Normal View History

2022-05-17 19:52:57 +00:00
FROM medzik/archlinux:latest
2022-06-18 20:04:26 +00:00
COPY ssh_config /ssh_config
2022-05-17 19:52:57 +00:00
COPY makepkg.x86-64.conf /etc/makepkg.x86-64.conf
COPY makepkg.x86-64-v3.conf /etc/makepkg.x86-64-v3.conf
RUN pacman -Syu --noconfirm \
jq \
git \
wget \
curl \
rsync \
sshpass \
base-devel \
multilib-devel \
pacman-contrib \
&& yes | pacman -Scc