update base-devel

This commit is contained in:
Medzik 2022-02-16 16:42:16 +01:00
parent c7b56f4fda
commit 50cec2a85e
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
FROM medzik/archlinux:base
RUN pacman -Sy base-devel --noconfirm && \
RUN pacman -Sy --noconfirm \
git \
base-devel \
multilib-deve && \
yes | pacman -Scc
CMD ["/usr/bin/bash"]