William Petit
932aa46a18
All checks were successful
Cadoles/go-http-peering/pipeline/head This commit looks good
6 lines
232 B
Docker
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
|