Skip to content

Commit

Permalink
docker: add pyqt5 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aussedatlo committed Jan 13, 2025
1 parent 4ba127a commit 8bebdb9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,19 @@ COPY --from=builder /speculos/speculos/resources/ /speculos/speculos/resources/
RUN pip install --upgrade pip pipenv
RUN pipenv install --deploy --system


RUN apt-get update && apt-get install -qy \
qemu-user-static \
libvncserver-dev \
gdb-multiarch \
binutils-arm-none-eabi \
&& apt-get clean
qt5-qmake \
build-essential \
qtbase5-dev

RUN apt-get clean && rm -rf /var/lib/apt/lists/

RUN python -m pip install pyqt5 --config-settings --confirm-license= --verbose

# default port for dev env
EXPOSE 1234
EXPOSE 1236
Expand Down

0 comments on commit 8bebdb9

Please sign in to comment.