Skip to content

Commit

Permalink
Merge pull request #68 from gregoryb/master
Browse files Browse the repository at this point in the history
Fix Call to undefined function bindtextdomain()
  • Loading branch information
wincelau authored Sep 20, 2023
2 parents fb90557 + 0fb808d commit 9fa7332
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ENV PDF_DEMO_LINK=true

RUN apt update && \
apt install -y gettext-base librsvg2-bin pdftk imagemagick potrace && \
docker-php-ext-install gettext && \
rm -rf /var/lib/apt/lists/*

COPY . /usr/local/signaturepdf
Expand Down
6 changes: 6 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: '3.7'
services:
signaturepdf:
build: .
ports:
- "8080:80"

0 comments on commit 9fa7332

Please sign in to comment.