nightingale1/Dockerfile

12 lines
215 B
Docker
Raw Normal View History

2020-04-10 10:52:13 +08:00
FROM golang:1.13
2020-03-23 00:05:53 +08:00
2020-04-10 10:52:13 +08:00
LABEL maintainer="llitfkitfk@gmail.com,chenjiandongx@qq.com"
2020-03-23 00:05:53 +08:00
WORKDIR /app
2020-04-10 10:52:13 +08:00
RUN apt-get update && apt-get install net-tools -y
2020-04-10 10:52:13 +08:00
COPY . .
RUN ./control build docker
RUN mv /app/bin/* /usr/local/bin