Skip to content

Commit

Permalink
on applique le même fix sur l'image php7 et celle du planete
Browse files Browse the repository at this point in the history
  • Loading branch information
agallou committed Jun 28, 2023
1 parent 8b01691 commit daa0c62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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 daa0c62

Please sign in to comment.