Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Remove GMP from the govCMS build. #879

Open
wants to merge 1 commit into
base: 7.x-3.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .docker/Dockerfile.govcms7
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,4 @@ RUN rm -rf /app \

FROM amazeeio/php:7.1-cli-drupal

RUN apk add gmp gmp-dev \
&& docker-php-ext-install gmp \
&& docker-php-ext-configure gmp

COPY --from=builder /app /app
4 changes: 0 additions & 4 deletions .docker/Dockerfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@

FROM amazeeio/php:7.1-fpm

RUN apk add gmp gmp-dev \
&& docker-php-ext-install gmp \
&& docker-php-ext-configure gmp

COPY --from=cli /app /app