Skip to content

Commit

Permalink
add uno path to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
icereval committed Jun 21, 2016
1 parent cd0cd93 commit 5aa2d81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ RUN apt-get update \
curl \
&& rm -rf /var/lib/apt/lists/*

# ensure unoconv can locate the uno library
ENV PYTHONPATH=/usr/lib/python3/dist-packages

RUN mkdir -p /code
WORKDIR /code

Expand Down

0 comments on commit 5aa2d81

Please sign in to comment.