mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
Add zip, fix global variables in the serial generator.
This commit is contained in:
parent
5aa689e8ad
commit
372905218f
2 changed files with 11 additions and 8 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' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue