Skip to content
Snippets Groups Projects
Dockerfile 106 B
Newer Older
  • Learn to ignore specific revisions
  • Alexey Kuklin's avatar
    Alexey Kuklin committed
    FROM golang:1.10.3
    
    ENV DEBIAN_FRONTEND=noninteractive 
    
    
    Alexey Kuklin's avatar
    Alexey Kuklin committed
    RUN 	go get -u github.com/golang/dep/cmd/dep 
    
    Alexey Kuklin's avatar
    Alexey Kuklin committed