mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-21 20:41:28 +02:00
Add missing PHP ext to Docker setup
This commit is contained in:
parent
9ddee2c539
commit
54fcfce351
@ -17,6 +17,9 @@ ARG UID=1000
|
||||
ARG GID=1000
|
||||
COPY --from=build-composer --chown=${UID}:${GID} /usr/bin/composer /usr/bin/composer
|
||||
RUN apk add --no-cache unzip
|
||||
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
|
||||
RUN chmod +x /usr/local/bin/install-php-extensions && \
|
||||
install-php-extensions gd bcmath
|
||||
WORKDIR /srv
|
||||
COPY artisan composer.json ./
|
||||
COPY database ./database
|
||||
|
Loading…
x
Reference in New Issue
Block a user