Skip to content

Commit

Permalink
Fix PHP 5.5 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasmullie committed Apr 25, 2023
1 parent a07165a commit ae42a47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM php:$VERSION
COPY . /var/www
WORKDIR /var/www

RUN cat /etc/os-release | grep jessie && echo "deb http://archive.debian.org/debian jessie main" > /etc/apt/sources.list || true
RUN cat /etc/os-release | grep stretch && echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list || true
RUN apt-get update
RUN apt-get install --reinstall -y --force-yes ca-certificates
Expand Down

0 comments on commit ae42a47

Please sign in to comment.