foundation/alpine/Dockerfile

8 lines
247 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 -N jenkins