fix(docker): set default shell encoding (#30288)
This seems to be common practise, as per [here](https://github.com/search?q=org%3Amicrosoft%20%2FENV%20LANG%3DC.UTF-8%2F&type=code). Fixes https://github.com/microsoft/playwright/issues/30245 Fixes https://github.com/microsoft/playwright/issues/28642
This commit is contained in:
		
							parent
							
								
									86cc252da2
								
							
						
					
					
						commit
						108b250d86
					
				|  | @ -4,6 +4,9 @@ ARG DEBIAN_FRONTEND=noninteractive | |||
| ARG TZ=America/Los_Angeles | ||||
| ARG DOCKER_IMAGE_NAME_TEMPLATE="mcr.microsoft.com/playwright:v%version%-focal" | ||||
| 
 | ||||
| ENV LANG=C.UTF-8 | ||||
| ENV LC_ALL=C.UTF-8 | ||||
| 
 | ||||
| # === INSTALL Node.js === | ||||
| 
 | ||||
| RUN apt-get update && \ | ||||
|  |  | |||
|  | @ -4,6 +4,9 @@ ARG DEBIAN_FRONTEND=noninteractive | |||
| ARG TZ=America/Los_Angeles | ||||
| ARG DOCKER_IMAGE_NAME_TEMPLATE="mcr.microsoft.com/playwright:v%version%-jammy" | ||||
| 
 | ||||
| ENV LANG=C.UTF-8 | ||||
| ENV LC_ALL=C.UTF-8 | ||||
| 
 | ||||
| # === INSTALL Node.js === | ||||
| 
 | ||||
| RUN apt-get update && \ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue