Commit 94c6f083 authored by nanahira's avatar nanahira

fix

parent f40060bb
Pipeline #15906 failed with stages
in 60 minutes
......@@ -13,7 +13,7 @@ RUN make
FROM base
RUN apt update && \
apt -y install curl gnupg2 libcap2-bin && \
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 && \
apt update && \
......
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