Skip to content

Commit

Permalink
Merge pull request #14 from fanout/jkarneges/qt6
Browse files Browse the repository at this point in the history
use qt6
  • Loading branch information
jkarneges authored Mar 19, 2024
2 parents 93f6923 + f2dff5b commit 0c06e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ FROM ubuntu:22.04 as build
# Install deps
RUN \
apt-get update && \
apt-get install -y git pkg-config make g++ rustc cargo libssl-dev qtbase5-dev libzmq3-dev libboost-dev
apt-get install -y git pkg-config make g++ rustc cargo libssl-dev qt6-base-dev libzmq3-dev libboost-dev

WORKDIR /build

Expand All @@ -32,7 +32,7 @@ MAINTAINER Justin Karneges <[email protected]>

RUN \
apt-get update && \
apt-get install -y libqt5core5a libqt5network5 libzmq5
apt-get install -y libqt6core6 libqt6network6 libzmq5

COPY --from=build /build/out/ /

Expand Down

0 comments on commit 0c06e83

Please sign in to comment.