go-http-peering/misc/ci/Dockerfile
William Petit 834f6346dd
Some checks reported warnings
Cadoles/go-http-peering/pipeline/head This commit is unstable
chore(ci): remove superfluous build dependency
2024-01-05 12:38:41 +01:00

6 lines
260 B
Docker

FROM reg.cadoles.com/proxy_cache/library/golang:1.21
RUN apt-get update && apt-get install -y make 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