Skip to content
Snippets Groups Projects
Commit 76ef29bd authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: add missing dep to docker image

parent c7960d14
No related branches found
No related tags found
1 merge request!117Release 0.12.2
Pipeline #46666 passed
......@@ -6,7 +6,8 @@ RUN apt-get update && \
libtiff5-dev libjpeg-dev libopenjp2-7-dev zlib1g-dev \
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk \
libharfbuzz-dev libfribidi-dev libxcb1-dev \
python3-pip screen libpam0g-dev unzip curl shunit2
python3-pip screen libpam0g-dev unzip curl shunit2 \
python3-lxml libxml2-dev libxslt-dev
RUN apt-get install -y \
libcairo2-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment