This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM golang:1.14-alpine
|
||||
RUN apk add --no-cache wget curl git build-base
|
||||
|
||||
FROM alpine:3.7
|
||||
RUN apk --no-cache add ca-certificates netcat-openbsd
|
||||
WORKDIR /root/
|
||||
|
Reference in New Issue
Block a user