foundation/alpine/Dockerfile
2022-12-01 15:58:22 -05:00

8 lines
244 B
Docker

FROM golang:1.18-alpine
RUN apk update ; apk add --no-cache --allow-untrusted ca-certificates curl bash git jq gcc musl-dev linux-headers make
RUN apk add --no-cache --upgrade grep
RUN useradd -r -u 111 -g 116 -d /var/lib/jenkins -M jenkins