Skip to content

Commit

Permalink
Update QT package
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Jun 1, 2022
1 parent c403474 commit f87f3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG COMPILER
FROM registry.gitlab.com/offa/docker-images/${COMPILER}:stable

RUN apt-get update && \
apt-get install -y --no-install-recommends pkg-config qt5-default libusb-1.0-0-dev && \
apt-get install -y --no-install-recommends pkg-config qtbase5-dev libusb-1.0-0-dev && \
mkdir deps && cd deps && \
if [ "$(echo ${CXX} | cut -c -5)" = "clang" ]; then \
export CXXFLAGS="-stdlib=libc++"; \
Expand Down

0 comments on commit f87f3c8

Please sign in to comment.