Fix Yarn version in devcontainer (#27788)
This commit is contained in:
		
							parent
							
								
									548bb30b2a
								
							
						
					
					
						commit
						b87bfb8c96
					
				| 
						 | 
					@ -15,6 +15,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
 | 
				
			||||||
RUN gem install foreman
 | 
					RUN gem install foreman
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# [Optional] Uncomment this line to install global node packages.
 | 
					# [Optional] Uncomment this line to install global node packages.
 | 
				
			||||||
RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g yarn" 2>&1
 | 
					RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && corepack enable" 2>&1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt
 | 
					COPY welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,6 +11,7 @@ bundle install
 | 
				
			||||||
git checkout -- Gemfile.lock
 | 
					git checkout -- Gemfile.lock
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Fetch Javascript dependencies
 | 
					# Fetch Javascript dependencies
 | 
				
			||||||
 | 
					corepack prepare
 | 
				
			||||||
yarn install --immutable
 | 
					yarn install --immutable
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# [re]create, migrate, and seed the test database
 | 
					# [re]create, migrate, and seed the test database
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue