Skip to content
Snippets Groups Projects
Commit 9a657307 authored by Recolic K's avatar Recolic K
Browse files

long-running docker cafile none

parent b2afb709
No related branches found
No related tags found
No related merge requests found
Pipeline #887 passed with stage
in 3 minutes and 5 seconds
......@@ -4,6 +4,9 @@ maintainer root@recolic.net
run apt update && apt install -y fish wget curl git
run wget https://git.recolic.net/root/json2table/uploads/63b923b53a191968f0dc29cd988d7b4f/json2table-linux-static -O /usr/bin/json2table && chmod +x /usr/bin/json2table
# I don't know why CAFile is none in long-running docker. Just disable it.
run git config --global http.sslVerify false
run mkdir -p /app
copy . /app
workdir /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment