mirror of
				https://github.com/linuxserver/docker-transmission.git
				synced 2025-10-31 08:55:47 +01:00 
			
		
		
		
	Merge pull request #60 from linuxserver/rebase_alpine_3.8
rebase to alpine 3.8, don't need to pull from edge
This commit is contained in:
		
							
								
								
									
										10
									
								
								Dockerfile
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								Dockerfile
									
									
									
									
									
								
							| @@ -1,4 +1,4 @@ | |||||||
| FROM lsiobase/alpine:3.7 | FROM lsiobase/alpine:3.8 | ||||||
|  |  | ||||||
| # set version label | # set version label | ||||||
| ARG BUILD_DATE | ARG BUILD_DATE | ||||||
| @@ -15,12 +15,10 @@ RUN \ | |||||||
| 	p7zip \ | 	p7zip \ | ||||||
| 	rsync \ | 	rsync \ | ||||||
| 	tar \ | 	tar \ | ||||||
| 	unrar \ |  | ||||||
| 	unzip && \ |  | ||||||
|  apk add --no-cache \ |  | ||||||
| 	--repository http://nl.alpinelinux.org/alpine/edge/main \ |  | ||||||
| 	transmission-cli \ | 	transmission-cli \ | ||||||
| 	transmission-daemon | 	transmission-daemon \ | ||||||
|  | 	unrar \ | ||||||
|  | 	unzip | ||||||
|  |  | ||||||
| # copy local files | # copy local files | ||||||
| COPY root/ / | COPY root/ / | ||||||
|   | |||||||
| @@ -104,6 +104,7 @@ The automatic update will run once a day at 3am local server time. | |||||||
|  |  | ||||||
| ## Versions | ## Versions | ||||||
|  |  | ||||||
|  | + **15.08.18:** Rebase to alpine linux 3.8. | ||||||
| + **12.02.18:** Pull transmission from edge repo. | + **12.02.18:** Pull transmission from edge repo. | ||||||
| + **10.01.18:** Rebase to alpine linux 3.7. | + **10.01.18:** Rebase to alpine linux 3.7. | ||||||
| + **25.07.17:** Add rsync package. | + **25.07.17:** Add rsync package. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user