mirror of
				https://github.com/prasathmani/tinyfilemanager.git
				synced 2025-10-31 02:16:24 +01:00 
			
		
		
		
	Add --no-cache to 'apk add' command in order to reduce docker image size (#1191)
This commit is contained in:
		| @@ -12,7 +12,7 @@ FROM php:7.4-cli-alpine | ||||
| # if run in China | ||||
| # RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories | ||||
|  | ||||
| RUN apk add \ | ||||
| RUN apk add --no-cache \ | ||||
|     libzip-dev \ | ||||
|     oniguruma-dev | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user