Compare commits
	
		
			2 commits
		
	
	
		
			master
			...
			old_signer
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | da93c32436 | ||
|  | fd39d4adce | 
					 1 changed files with 5 additions and 3 deletions
				
			
		|  | @ -1,8 +1,10 @@ | |||
| FROM debian:jessie | ||||
| # should be etch or lenny but dockerhub doesn't have such old versions | ||||
| FROM debian:squeeze | ||||
| 
 | ||||
| RUN apt-get update \ | ||||
| RUN echo "deb http://archive.debian.org/debian squeeze main" > /etc/apt/sources.list ; \ | ||||
|     apt-get -o=Acquire::AllowInsecureRepositories=true update \ | ||||
|     && DEBIAN_FRONTEND=noninteractive \ | ||||
|     apt-get install -y --no-install-recommends \ | ||||
|     apt-get -o=APT::Get::AllowUnauthenticated=true install -y --no-install-recommends \ | ||||
|     gnupg \ | ||||
|     libdevice-serialport-perl \ | ||||
|     libdigest-sha-perl \ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue