diff options
| author | sickcodes <[email protected]> | 2021-02-24 05:29:17 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-02-24 05:29:17 +0000 |
| commit | 372905218fb73c0de5eb6903aad5d2e0299c624a (patch) | |
| tree | 38d508aad9455c2e9648640f6b560e048403a810 /Dockerfile | |
| parent | WIP: Machine unique value generator (diff) | |
| download | docker-osx-372905218fb73c0de5eb6903aad5d2e0299c624a.tar.xz docker-osx-372905218fb73c0de5eb6903aad5d2e0299c624a.zip | |
Add zip, fix global variables in the serial generator.
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' \ |