mirror of
				https://github.com/linuxserver/docker-transmission.git
				synced 2025-10-31 08:55:47 +01:00 
			
		
		
		
	add additional changes as requested
This commit is contained in:
		| @@ -10,8 +10,8 @@ LABEL maintainer="aptalca" | ||||
| RUN \ | ||||
|  echo "**** install packages ****" && \ | ||||
|  apk add --no-cache \ | ||||
| 	curl \ | ||||
| 	ca-certificates \ | ||||
|         curl \ | ||||
|         findutils \ | ||||
| 	jq \ | ||||
| 	openssl \ | ||||
|   | ||||
| @@ -9,6 +9,7 @@ LABEL maintainer="aptalca" | ||||
| RUN \ | ||||
|  echo "**** install packages ****" && \ | ||||
|  apk add --no-cache \ | ||||
| 	ca-certificates \ | ||||
|         curl \ | ||||
| 	findutils \ | ||||
| 	jq \ | ||||
|   | ||||
| @@ -9,6 +9,7 @@ LABEL maintainer="aptalca" | ||||
| RUN \ | ||||
|  echo "**** install packages ****" && \ | ||||
|  apk add --no-cache \ | ||||
| 	ca-certificates \ | ||||
|         curl \ | ||||
| 	findutils \ | ||||
| 	jq \ | ||||
|   | ||||
| @@ -73,6 +73,7 @@ app_setup_block: | | ||||
| # changelog | ||||
| changelogs: | ||||
|  | ||||
|   - { date: "02.11.20:", desc: "Add ca-certificates package to allow connecting to https trackers." } | ||||
|   - { date: "02.06.20:", desc: "Rebase to alpine 3.12, update to transmission 3.0, remove python2, add python3." } | ||||
|   - { date: "11.05.20:", desc: "Remove unnecessary chmod (remnant of previous change)." } | ||||
|   - { date: "28.04.20:", desc: "Use transmission-remote to update blocklist." } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user