Skip to content

Commit

Permalink
Merge branch 'afup:master' into suppression-parametres-inutiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopolo committed Jun 30, 2023
2 parents 02a4b0b + 548cdc5 commit 3fbaccb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/dockerfiles/apachephp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM php:5.6-apache

ARG ENABLE_XDEBUG=false

RUN echo 'deb http://archive.debian.org/debian stretch main' > /etc/apt/sources.list

## Update system
RUN apt-get update && \
apt-get upgrade -y && \
Expand Down
2 changes: 2 additions & 0 deletions docker/dockerfiles/apachephp7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM php:7.0-apache

RUN echo 'deb http://archive.debian.org/debian stretch main' > /etc/apt/sources.list

ARG ENABLE_XDEBUG=false

## Update system
Expand Down
2 changes: 2 additions & 0 deletions docker/dockerfiles/planete/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM php:5.6-apache

RUN echo 'deb http://archive.debian.org/debian stretch main' > /etc/apt/sources.list

# Install required php extensions for afup website and other management package
RUN apt-get update && \
apt-get install -y \
Expand Down

0 comments on commit 3fbaccb

Please sign in to comment.