Commit 373ca67f authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

install extra dependencied in Dockerfile

parent 86a206a4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ RUN pip install poetry
COPY . /src
WORKDIR /src

RUN poetry install
RUN poetry install -E pyqt6 -E panel
RUN poetry build --format=wheel

RUN chmod og+rwX -R /poetry