error when building the vnc-version with dockerfile #159

Open
opened 2025-12-29 00:18:45 +01:00 by adam · 4 comments
Owner

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 ...
image

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 ... ![image](https://user-images.githubusercontent.com/20984440/113252256-2c6ec880-92f6-11eb-9b8d-a7eae5790677.png) If anyone can help with this ? Thanks
Author
Owner

@sickcodes commented on GitHub (Apr 2, 2021):

I will fix that bug tomorrow

Put this before and after you run Pac-Man


# 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

@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 ```
Author
Owner

@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.

@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.
Author
Owner

@sickcodes commented on GitHub (Apr 2, 2021):

Do you have a VPN?

@sickcodes commented on GitHub (Apr 2, 2021): Do you have a VPN?
Author
Owner

@suishaojian commented on GitHub (Apr 2, 2021):

sadly ... no

@suishaojian commented on GitHub (Apr 2, 2021): sadly ... no
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#159