Skip to content

Commit a6c1384

Browse files
committed
add fink
1 parent 4ce87e9 commit a6c1384

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ COPY apache.conf /etc/apache2/sites-enabled/000-default.conf
9292
COPY . /app
9393

9494

95-
RUN apt install memcached libmemcached-tools libnss3 chromium-driver -y
95+
RUN apt install memcached libmemcached-tools libnss3 -y # chromium-driver
9696
RUN set -ex \
9797
&& rm -rf /var/lib/apt/lists/* \
9898
&& MEMCACHED="`mktemp -d`" \
@@ -115,6 +115,7 @@ RUN wget https://phar.phpunit.de/phpunit.phar
115115
RUN chmod +x phpunit.phar
116116
RUN mv phpunit.phar /usr/local/bin/phpunit
117117
RUN command -v phpunit
118+
RUN wget https://github.com/dantleech/fink/releases/download/0.10.3/fink.phar
118119

119120
WORKDIR /app
120121
RUN echo 'alias sc="php /app/bin/console"' >> ~/.bashrc

installDriversChromeFirefox.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
composer require --dev dbrekelmans/bdi && vendor/bin/bdi driver:chromedriver drivers && vendor/bin/bdi driver:geckodriver drivers

0 commit comments

Comments
 (0)