From 372905218fb73c0de5eb6903aad5d2e0299c624a Mon Sep 17 00:00:00 2001 From: sickcodes Date: Wed, 24 Feb 2021 05:29:17 +0000 Subject: Add zip, fix global variables in the serial generator. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 8445ecb..c4c0dd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -91,7 +91,7 @@ RUN if [[ "${RANKMIRRORS}" ]]; then \ # RUN tee -a /etc/pacman.conf <<< '[community-testing]' \ # && tee -a /etc/pacman.conf <<< 'Include = /etc/pacman.d/mirrorlist' -RUN pacman -Syu git vim nano alsa-utils openssh --noconfirm \ +RUN pacman -Syu git zip vim nano alsa-utils openssh --noconfirm \ && ln -s /bin/vim /bin/vi \ && useradd arch -p arch \ && tee -a /etc/sudoers <<< 'arch ALL=(ALL) NOPASSWD: ALL' \ -- cgit v1.2.3