mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Install pyqt system package in Docker image to get qt dependencies
Otherwise app start fails with pyqt package import related errors. See #76 for bug
This commit is contained in:
parent
5d3aeba22f
commit
17354aaffd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source https://github.com/debanjum/khoj
|
||||||
|
|
||||||
# Install System Dependencies
|
# Install System Dependencies
|
||||||
RUN apt-get update -y && \
|
RUN apt-get update -y && \
|
||||||
apt-get -y install libimage-exiftool-perl
|
apt-get -y install libimage-exiftool-perl python3-pyqt5
|
||||||
|
|
||||||
# Copy Application to Container
|
# Copy Application to Container
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
Loading…
Reference in a new issue