fix build base-devel

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

View File

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