Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Downgrade Alpine to avoid a DNS issue on older mac docker installs (#…
…1034) Apparently in older linux kernels or docker installs (the alpine bug report isn't sure which), DNS sometimes doesn't work, and we can't build this image since github.com fails to resolve in the second line of this RUN. In Alpine 3.12, unzip doesn't create the directory automatically, so we need to make it ahead of time. Alpine 3.12 EOLs May 1, 2022, we should update by then, decide that we aren't concerned with older kernels (or docker installs), or pick a different image for this proxy. alpinelinux/docker-alpine#155 See #1119 for later followup.
- Loading branch information