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 \ | RUN \ | ||||||
|  echo "**** install packages ****" && \ |  echo "**** install packages ****" && \ | ||||||
|  apk add --no-cache \ |  apk add --no-cache \ | ||||||
| 	curl \ |  | ||||||
| 	ca-certificates \ | 	ca-certificates \ | ||||||
|  |         curl \ | ||||||
|         findutils \ |         findutils \ | ||||||
| 	jq \ | 	jq \ | ||||||
| 	openssl \ | 	openssl \ | ||||||
|   | |||||||
| @@ -9,7 +9,8 @@ LABEL maintainer="aptalca" | |||||||
| RUN \ | RUN \ | ||||||
|  echo "**** install packages ****" && \ |  echo "**** install packages ****" && \ | ||||||
|  apk add --no-cache \ |  apk add --no-cache \ | ||||||
| 	curl \ | 	ca-certificates \ | ||||||
|  |         curl \ | ||||||
| 	findutils \ | 	findutils \ | ||||||
| 	jq \ | 	jq \ | ||||||
| 	openssl \ | 	openssl \ | ||||||
|   | |||||||
| @@ -9,7 +9,8 @@ LABEL maintainer="aptalca" | |||||||
| RUN \ | RUN \ | ||||||
|  echo "**** install packages ****" && \ |  echo "**** install packages ****" && \ | ||||||
|  apk add --no-cache \ |  apk add --no-cache \ | ||||||
| 	curl \ | 	ca-certificates \ | ||||||
|  |         curl \ | ||||||
| 	findutils \ | 	findutils \ | ||||||
| 	jq \ | 	jq \ | ||||||
| 	openssl \ | 	openssl \ | ||||||
|   | |||||||
| @@ -73,6 +73,7 @@ app_setup_block: | | |||||||
| # changelog | # changelog | ||||||
| changelogs: | 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: "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: "11.05.20:", desc: "Remove unnecessary chmod (remnant of previous change)." } | ||||||
|   - { date: "28.04.20:", desc: "Use transmission-remote to update blocklist." } |   - { date: "28.04.20:", desc: "Use transmission-remote to update blocklist." } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user