Skip to content

Commit

Permalink
fixup! Force openssl in CMake targets
Browse files Browse the repository at this point in the history
  • Loading branch information
afjoseph committed Mar 21, 2024
1 parent 379a65a commit 8bde570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile.buster
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM debian:buster

RUN apt-get update
RUN apt-get -y install git g++ cmake pkg-config flex bison python3 python3-pip ninja-build qt5-default libqt5svg5-dev qttools5-dev && \
RUN apt-get -y install git g++ cmake pkg-config flex bison python3 python3-pip ninja-build qt5-default libqt5svg5-dev qttools5-dev libssl-dev openssl-dev && \
pip3 install meson

RUN cd /root && \
Expand Down

0 comments on commit 8bde570

Please sign in to comment.