Skip to content

Commit

Permalink
Add missing packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
basilfx committed Jul 25, 2017
1 parent 34d9a2e commit 1fd4aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -

RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y build-essential gdal-bin libavcodec-dev \
apt-get install -y build-essential cmake gdal-bin libavcodec-dev \
libavdevice-dev libavfilter-dev libavformat-dev libavresample-dev \
libavutil-dev libboost-python-dev libjpeg-dev libleptonica-dev \
libsqlite3-mod-spatialite libswscale-dev libtesseract-dev nodejs \
python3 python3-dev python3-pip python3-venv tesseract-ocr \
pkg-config python3 python3-dev python3-pip python3-venv tesseract-ocr \
tesseract-ocr-all && \
npm install -g yarn

Expand Down

0 comments on commit 1fd4aae

Please sign in to comment.