PHP Classes

File: src/vendor/pda/pheanstalk/dockerfiles/Dockerfile-phpunit

Recommend this page to a friend!
  Classes of walid laggoune   QPHP   src/vendor/pda/pheanstalk/dockerfiles/Dockerfile-phpunit   Download  
File: src/vendor/pda/pheanstalk/dockerfiles/Dockerfile-phpunit
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: QPHP
Exchange messages with a queue server using Swoole
Author: By
Last change:
Date: 2 years ago
Size: 276 bytes
 

Contents

Class file image Download
FROM alpine RUN apk add --update --no-cache \ tini \ curl \ git \ php7 \ php7-json \ php7-phar \ php7-mbstring \ php7-openssl \ php7-phpdbg \ php7-curl \ php7-dom \ php7-ctype \ php7-sockets \ php7-tokenizer WORKDIR /app