TUN-4795: Remove Equinox releases

This commit is contained in:
Sudarsan Reddy
2021-08-04 15:26:13 +01:00
parent e49a7a4389
commit b8333b44a2
4 changed files with 7 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
FROM python:3-buster
RUN wget https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-amd64.deb \
&& dpkg -i cloudflared-stable-linux-amd64.deb
RUN wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb \
&& dpkg -i cloudflared-linux-amd64.deb
RUN pip install pexpect