Originally created by @suishaojian on GitHub (Apr 1, 2021).
When I use command 'build -t docker-osx-vnc .' with the dockerfile posted from https://github.com/sickcodes/Docker-OSX/blob/master/vnc-version/Dockerfile . Then it shows the error and exit the building ...
If anyone can help with this ? Thanks
Originally created by @suishaojian on GitHub (Apr 1, 2021).
When I use command 'build -t docker-osx-vnc .' with the dockerfile posted from https://github.com/sickcodes/Docker-OSX/blob/master/vnc-version/Dockerfile . Then it shows the error and exit the building ...

If anyone can help with this ? Thanks
# TEMP-FIX for pacman issueRUNpatched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst \
&& curl -LO "https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/${patched_glibc}"\
&& bsdtar -C / -xvf "${patched_glibc}"||echo"Everything is fine."# TEMP-FIX for pacman issue
@sickcodes commented on GitHub (Apr 2, 2021):
I will fix that bug tomorrow
Put this before and after you run Pac-Man
```dockerfile
# TEMP-FIX for pacman issue
RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst \
&& curl -LO "https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/${patched_glibc}" \
&& bsdtar -C / -xvf "${patched_glibc}" || echo "Everything is fine."
# TEMP-FIX for pacman issue
```
Thanks a lot .
I think it can work. But I cannot try since I got error "L SSL_connect: Connection reset by peer in connection to raw.githubusercontent.com:" which I think it's because the network problem...
BTW, I am wondering if you can provide a packaged image so I can pull easily.
@suishaojian commented on GitHub (Apr 2, 2021):
Thanks a lot .
I think it can work. But I cannot try since I got error "L SSL_connect: Connection reset by peer in connection to raw.githubusercontent.com:" which I think it's because the network problem...
BTW, I am wondering if you can provide a packaged image so I can pull easily.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @suishaojian on GitHub (Apr 1, 2021).
When I use command 'build -t docker-osx-vnc .' with the dockerfile posted from https://github.com/sickcodes/Docker-OSX/blob/master/vnc-version/Dockerfile . Then it shows the error and exit the building ...

If anyone can help with this ? Thanks
@sickcodes commented on GitHub (Apr 2, 2021):
I will fix that bug tomorrow
Put this before and after you run Pac-Man
@suishaojian commented on GitHub (Apr 2, 2021):
Thanks a lot .
I think it can work. But I cannot try since I got error "L SSL_connect: Connection reset by peer in connection to raw.githubusercontent.com:" which I think it's because the network problem...
BTW, I am wondering if you can provide a packaged image so I can pull easily.
@sickcodes commented on GitHub (Apr 2, 2021):
Do you have a VPN?
@suishaojian commented on GitHub (Apr 2, 2021):
sadly ... no