Skip to content

Commit

Permalink
Merge pull request #49 from core23/php-alias
Browse files Browse the repository at this point in the history
Add php alias to alpine image
  • Loading branch information
core23 authored Sep 18, 2023
2 parents 8179c07 + b2d1afe commit 37d2f9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions php/alpine/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \
php82-zip \
php82-zlib

RUN ln -sf /usr/bin/php82 /usr/bin/php

COPY php.ini /etc/php82/conf.d/custom.ini

# Get Composer
Expand Down

0 comments on commit 37d2f9d

Please sign in to comment.