Skip to content

Commit

Permalink
Revert "use qt6" (#17)
Browse files Browse the repository at this point in the history
This reverts commit f2dff5b.
  • Loading branch information
jkarneges authored Jul 19, 2024
1 parent 6b3547f commit 0daa8c5
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 qt6-base-dev libzmq3-dev libboost-dev
apt-get install -y git pkg-config make g++ rustc cargo libssl-dev qtbase5-dev libzmq3-dev libboost-dev

WORKDIR /build

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

RUN \
apt-get update && \
apt-get install -y --no-install-recommends libqt6core6 libqt6network6 libzmq5 && \
apt-get install -y --no-install-recommends libqt5core5a libqt5network5 libzmq5 && \
apt-get -y autoremove && \
apt-get -y clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 0daa8c5

Please sign in to comment.