first commit
continuous-integration/drone Build encountered an error Details

This commit is contained in:
Sergo 2023-01-25 01:07:57 +02:00
commit f91010f3c2
2 changed files with 9 additions and 0 deletions

2
.drone.yml Normal file
View File

@ -0,0 +1,2 @@
kind: template
load: docker.yaml

7
Dockerfile Normal file
View 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/