Skip to content
Snippets Groups Projects
Select Git revision
  • 141eb2ea915be68e729af77e28da1df42fdd644b
  • master default protected
  • Legacy_Php7
3 results

act_phase.php

Blame
  • Dockerfile 392 B
    #
    # GENERATED BY init.sh - template: ./templates/web-server-Dockerfile - 42dce773c83597a7d05af398bdd66d15
    #
    FROM php:8.1-apache
    
    # install packages
    RUN apt-get update && apt-get install -y git unzip zip
    
    # enable apache modules
    RUN a2enmod rewrite
    
    # install php packages
    COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
    RUN install-php-extensions