We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd565c commit 1c00386Copy full SHA for 1c00386
.docker/playground/Dockerfile
@@ -25,11 +25,6 @@ RUN mkdir -p /home/homestead/.composer/cache && chown homestead:homestead /home/
25
RUN echo "export PATH=${PATH}:~/.composer/vendor/bin" >> ~/.bashrc
26
27
RUN composer global require "hirak/prestissimo"
28
-RUN composer global require "laravel/installer"
29
-
30
-RUN curl -LsS https://symfony.com/installer -o ~/.composer/vendor/bin/symfony && \
31
- chmod a+x ~/.composer/vendor/bin/symfony
32
33
34
USER root
35
@@ -43,4 +38,4 @@ WORKDIR /var/www/
43
38
44
39
EXPOSE 8080
45
40
RUN . ~/.bashrc
46
-CMD [ "bash" ]
41
+CMD [ "bash" ]
0 commit comments