This commit is contained in:
		
							parent
							
								
									a8fe9322ab
								
							
						
					
					
						commit
						455a63aecc
					
				@ -1,5 +1,4 @@
 | 
			
		||||
ARG IMG_TAG=1-alpine
 | 
			
		||||
ARG IMG_TAG=1
 | 
			
		||||
FROM golang:${IMG_TAG}
 | 
			
		||||
RUN apk add --no-cache git make gcc libc-dev \
 | 
			
		||||
  && go get -u github.com/go-bindata/go-bindata/... \
 | 
			
		||||
RUN go get -u github.com/go-bindata/go-bindata/... \
 | 
			
		||||
  && go get -u github.com/go-swagger/go-swagger/...
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user