Update Dockerfile

This commit is contained in:
Oskar 2021-10-15 10:26:59 +02:00 committed by GitHub
parent 4e5b9442fb
commit c48fcc64b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
FROM archlinux:base-devel
ADD pacman.conf /etc/pacman.conf
ADD mirrorlist /etc/pacman.d/mirrorlist
RUN pacman -Syu --noconfirm \
git \