mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-09 05:06:38 +10:00
9 lines
124 B
Docker
9 lines
124 B
Docker
FROM golang:1.8-alpine
|
|
|
|
RUN apk add --no-cache \
|
|
make \
|
|
git \
|
|
bash \
|
|
openssl \
|
|
wget
|