Commit a9b17e15 authored by nanahira's avatar nanahira

update latest cf

parent 349f17cc
Pipeline #15995 passed with stages
in 1 minute and 28 seconds
FROM ubuntu:focal as base
FROM debian:bullseye as base
RUN apt update && \
apt -y install build-essential && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
......@@ -15,7 +15,7 @@ FROM base
RUN apt update && \
env DEBIAN_FRONTEND=noninteractive apt -y install curl gnupg2 libcap2-bin && \
curl https://pkg.cloudflareclient.com/pubkey.gpg | apt-key add - && \
echo 'deb http://pkg.cloudflareclient.com/ buster main' | tee /etc/apt/sources.list.d/cloudflare-client.list && \
echo 'deb http://pkg.cloudflareclient.com/ bullseye main' | tee /etc/apt/sources.list.d/cloudflare-client.list && \
apt update && \
env DEBIAN_FRONTEND=noninteractive apt -y install cloudflare-warp && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment