mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Incorporated feedback from review
Signed-off-by: Boris Pruessmann <boris@pruessmann.org>
This commit is contained in:
		
							parent
							
								
									cdf17e6943
								
							
						
					
					
						commit
						ea70c9f596
					
				
					 1 changed files with 1 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -1,16 +1,6 @@
 | 
			
		|||
FROM    aarch64/ubuntu:xenial
 | 
			
		||||
 | 
			
		||||
# allow replacing httpredir or deb mirror
 | 
			
		||||
ARG     APT_MIRROR=deb.debian.org
 | 
			
		||||
RUN     sed -ri "s/(httpredir|deb).debian.org/$APT_MIRROR/g" /etc/apt/sources.list
 | 
			
		||||
 | 
			
		||||
RUN     apt-get update && apt-get install -y \
 | 
			
		||||
          git \
 | 
			
		||||
          bash \
 | 
			
		||||
          curl \
 | 
			
		||||
          gcc \
 | 
			
		||||
          gccgo \
 | 
			
		||||
          make
 | 
			
		||||
RUN     apt-get update && apt-get install -y git golang-go curl
 | 
			
		||||
 | 
			
		||||
ENV     GO_VERSION 1.7.5
 | 
			
		||||
ENV     GOARCH arm64
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue