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