Commit 349f17cc authored by nanahira's avatar nanahira

fix

parent aeddf893
Pipeline #15994 passed with stages
in 2 minutes and 10 seconds
......@@ -17,7 +17,7 @@ RUN apt update && \
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 && \
apt update && \
apt -y install cloudflare-warp && \
env DEBIAN_FRONTEND=noninteractive apt -y install cloudflare-warp && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
mkdir -p /root/.local/share/warp && \
echo 'yes' > ~/.local/share/warp/accepted-tos.txt && \
......
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