File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ COPY apache.conf /etc/apache2/sites-enabled/000-default.conf
92
92
COPY . /app
93
93
94
94
95
- RUN apt install memcached libmemcached-tools libnss3 chromium-driver -y
95
+ RUN apt install memcached libmemcached-tools libnss3 -y # chromium-driver
96
96
RUN set -ex \
97
97
&& rm -rf /var/lib/apt/lists/* \
98
98
&& MEMCACHED="`mktemp -d`" \
@@ -115,6 +115,7 @@ RUN wget https://phar.phpunit.de/phpunit.phar
115
115
RUN chmod +x phpunit.phar
116
116
RUN mv phpunit.phar /usr/local/bin/phpunit
117
117
RUN command -v phpunit
118
+ RUN wget https://github.com/dantleech/fink/releases/download/0.10.3/fink.phar
118
119
119
120
WORKDIR /app
120
121
RUN echo 'alias sc="php /app/bin/console"' >> ~/.bashrc
Original file line number Diff line number Diff line change
1
+ composer require --dev dbrekelmans/bdi && vendor/bin/bdi driver:chromedriver drivers && vendor/bin/bdi driver:geckodriver drivers
You can’t perform that action at this time.
0 commit comments