bbusse / swayvnc-firefox

Headless wayland browser vnc sessions in a container
BSD 3-Clause "New" or "Revised" License
15 stars 4 forks source link

apk: Remove http-workaround in Dockerfile due to improper proxy handling #3

Open bbusse opened 3 years ago

bbusse commented 3 years ago

Unfortunately we currently do an:

sed -i -e 's/https/http/' /etc/apk/repositories

in order to be able to use apk behind a proxy https://gitlab.alpinelinux.org/alpine/aports/-/issues/11768