forked from an/flokati
added Dockerfile
This commit is contained in:
parent
76da8820dc
commit
a90804ba6e
1 changed files with 11 additions and 0 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
FROM golang:latest
|
||||
MAINTAINER Andreas Neue <an@dnix.de>
|
||||
|
||||
RUN apt -y update && apt -y upgrade && apt-get install -y fortune vim ca-certificates && apt-get clean
|
||||
|
||||
WORKDIR /go/src/flokati
|
||||
COPY . .
|
||||
RUN go get -d -v ./...
|
||||
RUN go install -v ./...
|
||||
|
||||
CMD ["flokati"]
|
Loading…
Add table
Add a link
Reference in a new issue