PHP Classes

File: contrib/Dockerfile

Recommend this page to a friend!
  Classes of Leonardo Di Sarli   PHP Generate ULID   contrib/Dockerfile   Download  
File: contrib/Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Generate ULID
Generate, validate, and recover ULID values
Author: By
Last change: php83 version
Date: 10 months ago
Size: 253 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