removed loop msd

This commit is contained in:
Devaev Maxim
2020-08-21 01:38:55 +03:00
parent f84d83e270
commit 78c9cd3d4f
2 changed files with 0 additions and 8 deletions

View File

@@ -1,7 +1,5 @@
FROM archlinux/base
RUN dd if=/dev/zero of=/root/loop.img bs=1024 count=1048576
RUN echo "Server = http://mirror.yandex.ru/archlinux/\$repo/os/\$arch" > /etc/pacman.d/mirrorlist
RUN pacman -Syu --noconfirm \