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
|