This commit is contained in:
mercury
2024-04-15 13:40:43 +04:00
parent 3a89a1543b
commit c3e850b102
5 changed files with 46 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM ubuntu:22.04
RUN apt update && apt install -y curl gpg socat lsb-release \
&& curl -fsSL https://pkg.cloudflareclient.com/pubkey.gpg | gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg \
&& echo "deb [signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/cloudflare-client.list \
&& apt update && apt install -y cloudflare-warp