Skip to content

Commit

Permalink
use qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarneges committed Mar 18, 2024
1 parent 93f6923 commit f2dff5b
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 <jkarneges@fastly.com>

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 f2dff5b

Please sign in to comment.