mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-12-22 05:51:32 -06:00
Bug in ARG for Original Dockerfile
This commit is contained in:
parent
a09c565e36
commit
6c8fdea032
@ -56,8 +56,8 @@ MAINTAINER 'https://sick.codes' <https://sick.codes>
|
|||||||
SHELL ["/bin/bash", "-c"]
|
SHELL ["/bin/bash", "-c"]
|
||||||
|
|
||||||
# change disk size here or add during build, e.g. --build-arg VERSION=10.14.5 --build-arg SIZE=50G
|
# change disk size here or add during build, e.g. --build-arg VERSION=10.14.5 --build-arg SIZE=50G
|
||||||
ARG SIZE 200G
|
ARG SIZE=200G
|
||||||
ARG VERSION 10.15.6
|
ARG VERSION=10.15.6
|
||||||
|
|
||||||
# OPTIONAL: Arch Linux server mirrors for super fast builds
|
# OPTIONAL: Arch Linux server mirrors for super fast builds
|
||||||
# set RANKMIRRORS to any value other that nothing, e.g. -e RANKMIRRORS=true
|
# set RANKMIRRORS to any value other that nothing, e.g. -e RANKMIRRORS=true
|
||||||
@ -189,7 +189,7 @@ RUN grep -v InstallMedia ./Launch.sh > ./Launch-nopicker.sh \
|
|||||||
|
|
||||||
ENV USER arch
|
ENV USER arch
|
||||||
|
|
||||||
ENV DISPLAY :0.0
|
ENV DISPLAY=:0.0
|
||||||
|
|
||||||
USER arch
|
USER arch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user