Merge pull request #3316 from zhushaolong/zhushaolong-patch-1
Update workspace Dockerfile for symfony
This commit is contained in:
		@@ -1147,7 +1147,7 @@ RUN if [ ${INSTALL_SYMFONY} = true ]; then \
 | 
			
		||||
  mkdir -p /usr/local/bin \
 | 
			
		||||
  && apt-get -y install sudo wget \
 | 
			
		||||
  && wget --quiet https://get.symfony.com/cli/installer -O - | bash \
 | 
			
		||||
  && mv /root/.symfony/bin/symfony /usr/local/bin/symfony \
 | 
			
		||||
  && mv /root/.symfony5/bin/symfony /usr/local/bin/symfony \
 | 
			
		||||
  && chmod a+x /usr/local/bin/symfony \
 | 
			
		||||
;fi
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user