/home/$USER is already there
This commit is contained in:
parent
0a36e97097
commit
43be2fdac3
|
@ -11,7 +11,7 @@ $ docker run -ti --rm \
|
||||||
-v /home/$USER/.cache/zig:/home/$USER/.cache/zig \
|
-v /home/$USER/.cache/zig:/home/$USER/.cache/zig \
|
||||||
-w /x \
|
-w /x \
|
||||||
zig-repro \
|
zig-repro \
|
||||||
sh -c "useradd -m -s /bin/bash $USER && cd zig && su $USER; bash"
|
sh -c "useradd -s /bin/bash $USER && cd zig && su $USER; bash"
|
||||||
$ ../zig-repro/run
|
$ ../zig-repro/run
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue