validators, tests

This commit is contained in:
Devaev Maxim
2019-04-06 05:32:02 +03:00
parent 73e04b71ed
commit 1d75b738a0
44 changed files with 1616 additions and 311 deletions

View File

@@ -4,17 +4,11 @@ RUN dd if=/dev/zero of=/root/loop.img bs=1024 count=1048576
RUN pacman -Syu --noconfirm \
&& pacman -S --noconfirm \
base \
base-devel \
git \
patch \
make \
fakeroot \
binutils \
expac \
jshon \
sudo \
systemd \
pkgconf \
&& (pacman -Sc --noconfirm || true)
RUN useradd -r -d / packer \