Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 3c19894

Browse files
author
Robert Kummer
committed
fixed Dockerfile
1 parent 725891c commit 3c19894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM ipunktbs/nginx:1.10.2-7-1.2.15
1+
FROM ipunktbs/nginx:1.10.2-7-1.4.0
22
ADD . /var/www/app
33
WORKDIR /var/www/app
44
RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
5-
&& php -r "if (hash_file('SHA384', 'composer-setup.php') === '669656bab3166a7aff8a7506b8cb2d1c292f042046c5a994c43155c0be6190fa0355160742ab2e1c88d40d5be660b410') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" \
5+
&& php -r "if (hash_file('SHA384', 'composer-setup.php') === '544e09ee996cdf60ece3804abc52599c22b1f40f4323403c44d44fdfdd586475ca9813a858088ffbc1f233e9b180f061') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" \
66
&& php composer-setup.php \
77
php -r "unlink('composer-setup.php');" \
88
&& cd /var/www/app && ./composer.phar install && rm composer.phar

0 commit comments

Comments
 (0)