We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e1808 commit 9112c3dCopy full SHA for 9112c3d
1 file changed
Dockerfile
@@ -27,10 +27,6 @@ RUN echo 'xdebug.log_level = 0' >> /usr/local/etc/php/conf.d/xdebug.ini
27
# Only use higher port for Apache, so that port forwarding is more consistent.
28
RUN sed -i 's/Listen\s*80$/# Listen 80/' /etc/apache2/ports.conf
29
30
-# Install drush
31
-RUN curl -L https://github.com/drush-ops/drush-launcher/releases/latest/download/drush.phar --output /usr/local/bin/drush
32
-RUN chmod +x /usr/local/bin/drush
33
-
34
# Install terminus
35
RUN curl -L https://github.com/pantheon-systems/terminus/releases/latest/download/terminus.phar --output /usr/local/bin/terminus
36
RUN chmod +x /usr/local/bin/terminus
0 commit comments