/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/authentication
NameSizeModeActions
docs/-0755rm
src/-0755rm
composer.json29890644editdlrm
Dockerfile5780644editdlrm
LICENSE.txt11210644editdlrm
phpstan.neon11020644editdlrm
phpunit.xml.dist8820644editdlrm
psalm-baseline.xml28710644editdlrm
psalm.xml8510644editdlrm
readme.md21160644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/authentication/Dockerfile (578B)
# Basic docker based environment # Necessary to trick dokku into building the documentation # using dockerfile instead of herokuish FROM ubuntu:17.04 # Add basic tools RUN apt-get update && \ apt-get install -y build-essential \ software-properties-common \ curl \ git \ libxml2 \ libffi-dev \ libssl-dev RUN LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php && \ apt-get update && \ apt-get install -y php7.2-cli php7.2-mbstring php7.2-xml php7.2-zip php7.2-intl php7.2-opcache php7.2-sqlite WORKDIR /code VOLUME ["/code"] CMD [ '/bin/bash' ]