Fix second typo
This commit is contained in:
		
							parent
							
								
									3553345b56
								
							
						
					
					
						commit
						0321415c58
					
				|  | @ -4,7 +4,7 @@ MAINTAINER Jean Froment <froment.je@gmail.com> | ||||||
| RUN apk update | RUN apk update | ||||||
| 
 | 
 | ||||||
| RUN apk add --update ca-certificates curl wget unzip && update-ca-certificates \ | RUN apk add --update ca-certificates curl wget unzip && update-ca-certificates \ | ||||||
| 	&& $wt_tag=$(curl -sX GET "https://api.github.com/repos/ukdtom/WebTools.bundle/releases/latest" \ | 	&& wt_tag=$(curl -sX GET "https://api.github.com/repos/ukdtom/WebTools.bundle/releases/latest" \ | ||||||
|     	| awk '/tag_name/{print $4;exit}' FS='[""]') \ |     	| awk '/tag_name/{print $4;exit}' FS='[""]') \ | ||||||
| 	&& curl -sL "https://github.com/ukdtom/WebTools.bundle/releases/download/$wt_tag/WebTools.bundle.zip" \ | 	&& curl -sL "https://github.com/ukdtom/WebTools.bundle/releases/download/$wt_tag/WebTools.bundle.zip" \ | ||||||
|         | tar xz -C /opt \ |         | tar xz -C /opt \ | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue