Skip to content

Commit 1c00386

Browse files
authored
Remove unnecessary scripts
1 parent dcd565c commit 1c00386

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.docker/playground/Dockerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ RUN mkdir -p /home/homestead/.composer/cache && chown homestead:homestead /home/
2525
RUN echo "export PATH=${PATH}:~/.composer/vendor/bin" >> ~/.bashrc
2626

2727
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-
3328

3429
USER root
3530

@@ -43,4 +38,4 @@ WORKDIR /var/www/
4338

4439
EXPOSE 8080
4540
RUN . ~/.bashrc
46-
CMD [ "bash" ]
41+
CMD [ "bash" ]

0 commit comments

Comments
 (0)