Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
akhomy authored Mar 29, 2018
1 parent 4ec503e commit ba70833
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/images/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#lordius/alpine-php_fpm
# lordius/alpine-php_fpm
FROM lordius/alpine-php_fpm
LABEL maintainer=andriy.khomych@gmail.com
RUN apk add --no-cache php7-sysvshm
RUN apk add --no-cache php7-sysvshm
# Example of installing pdf2text utilities.
RUN apk add --no-cache poppler-utils

0 comments on commit ba70833

Please sign in to comment.