PHP Classes

File: contrib/Dockerfile

Recommend this page to a friend!
  Classes of Leonardo Di Sarli   Taurus Publisher PHP Redis Client Library   contrib/Dockerfile   Download  
File: contrib/Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Taurus Publisher PHP Redis Client Library
Send jobs to a Redis server using LUA scripts
Author: By
Last change: php83 version
Date: 9 months ago
Size: 252 bytes
 

Contents

Class file image Download
ARG PHP_VERSION=8.3-rc-cli FROM php:${PHP_VERSION} RUN apt update \ && apt upgrade -y \ && apt install zip unzip git -y RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer WORKDIR /var/www/html