Skip to content

Commit

Permalink
cont
Browse files Browse the repository at this point in the history
  • Loading branch information
alcalbg committed Aug 29, 2019
1 parent bf608d6 commit 7a82d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt
RUN DEBIAN_FRONTEND=noninteractive apt update && apt upgrade -y && apt install -y \
php5.6 \
php5.6-bcmath \
php5.6-curl \
php5.6-gd \
php5.6-mcrypt \
php5.6-mbstring \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Docker image with old php 5.6 running on apache2 with usual php extensions:

- php5.6
- php5.6-bcmath
- php5.6-curl
- php5.6-gd
- php5.6-mcrypt
- php5.6-mbstring
Expand Down

0 comments on commit 7a82d86

Please sign in to comment.