go-http-peering/misc/ci/Dockerfile
William Petit 932aa46a18
All checks were successful
Cadoles/go-http-peering/pipeline/head This commit looks good
Add Jenkinsfile
2022-09-05 12:30:00 +02:00

6 lines
232 B
Docker

FROM golang:1.19
RUN apt-get update && apt-get install -y make upx-ucl curl ca-certificates bash jq
RUN curl -k https://forge.cadoles.com/Cadoles/Jenkins/raw/branch/master/resources/com/cadoles/common/add-letsencrypt-ca.sh | bash