This commit is contained in:
Medzik 2022-02-20 22:55:31 +01:00
parent 50cec2a85e
commit 9990b2c9d3
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 1 additions and 1 deletions

View File

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