Skip to content
Snippets Groups Projects
Select Git revision
  • 4407a486a1ddbda96cbf57611da4057dfcc3c43e
  • master default protected
  • 7771-harden-postgres-backup
  • pgsql-dump-with-snapshots
  • update-colors
  • update-docs-css
  • usb-repair-stick
  • desktop-notification
  • 7000-corrections
  • db-detector
10 results

transfer.sh

Blame
  • Dockerfile 433 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 rsync
    
    # 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 curl mbstring ldap intl xml sockets