mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-11-23 02:39:59 +08:00
Forgot COMPLETE=true for large disk in Dockerfile.auto
This commit is contained in:
parent
6c8fdea032
commit
ef3ba4ef33
@ -63,7 +63,7 @@ RUN if [[ "${RANKMIRRORS}" ]]; then { pacman -Sy wget --noconfirm || pacman -Syu
|
|||||||
&& tee -a /etc/pacman.d/mirrorlist <<< 'Server = https://mirror.rackspace.com/archlinux/$repo/os/$arch' \
|
&& tee -a /etc/pacman.d/mirrorlist <<< 'Server = https://mirror.rackspace.com/archlinux/$repo/os/$arch' \
|
||||||
&& cat /etc/pacman.d/mirrorlist ; fi
|
&& cat /etc/pacman.d/mirrorlist ; fi
|
||||||
|
|
||||||
RUN pacman -Syu xorg-server-xvfb xterm xorg-xhost xorg-xrandr xdotool sshpass scrot base-devel --noconfirm
|
RUN pacman -Syu xorg-server-xvfb wget xterm xorg-xhost xorg-xrandr xdotool sshpass scrot base-devel --noconfirm
|
||||||
|
|
||||||
RUN git clone https://github.com/stolk/imcat.git \
|
RUN git clone https://github.com/stolk/imcat.git \
|
||||||
&& cd imcat \
|
&& cd imcat \
|
||||||
@ -87,7 +87,7 @@ RUN mkdir -p ~/.ssh \
|
|||||||
|
|
||||||
WORKDIR /home/arch/OSX-KVM
|
WORKDIR /home/arch/OSX-KVM
|
||||||
|
|
||||||
ARG COMPLETE
|
ARG COMPLETE=true
|
||||||
|
|
||||||
# Feel free to take a copy of this image and then host it internally
|
# Feel free to take a copy of this image and then host it internally
|
||||||
ARG IMAGE_URL='https://images2.sick.codes/mac_hdd_ng_auto.img'
|
ARG IMAGE_URL='https://images2.sick.codes/mac_hdd_ng_auto.img'
|
||||||
|
Loading…
Reference in New Issue
Block a user