-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
799c050
commit 5a7fee2
Showing
3 changed files
with
34 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
FROM cimg/ruby:2.7.5-browsers | ||
|
||
RUN git clone https://github.com/pulibrary/figgy.git \ | ||
&& cd figgy \ | ||
&& sudo apt update -y \ | ||
&& sudo sh ./bin/ci_mediainfo_install.sh \ | ||
&& sudo apt-get install gdal-bin libgdal-dev tesseract-ocr tesseract-ocr-ita tesseract-ocr-eng mediainfo ffmpeg postgresql-client ocrmypdf lsof python3-pip python-is-python3 imagemagick build-essential pkg-config glib2.0-dev libexpat1-dev \ | ||
&& sudo sh ./bin/ci_free_tds_install.sh \ | ||
&& sudo sh ./bin/ci_openjpeg_install.sh \ | ||
&& sudo sh ./bin/ci_vips_install.sh \ | ||
&& sudo pip3 install pip -U \ | ||
&& sudo pip3 install setuptools -U \ | ||
&& sudo pip3 install cogeo-mosaic \ | ||
&& cd .. \ | ||
&& sudo rm -rf figgy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters