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:
Debanjum Singh Solanky 2022-09-08 10:39:11 +03:00
parent 5d3aeba22f
commit 17354aaffd

View file

@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source https://github.com/debanjum/khoj
# Install System Dependencies
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 . /app