Files
gobot/Dockerfile
Sergo f91010f3c2
Some checks reported errors
continuous-integration/drone Build encountered an error
first commit
2023-01-25 01:07:57 +02:00

8 lines
159 B
Docker

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/