Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide authored Feb 4, 2025
1 parent 63ced5a commit 1c386d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM ubuntu:22.04 as builder

RUN apt-get update && \
apt-get -y install cmake build-essential wget file qtbase5-dev libqt5svg5-dev libqt5websockets5-dev libqt5opengl5-dev libqt5x11extras5-dev libprotoc-dev libzmq3-dev liblz4-dev libzstd-dev libmosquittopp-dev
apt-get -y install git cmake build-essential wget file qtbase5-dev libqt5svg5-dev \
libqt5websockets5-dev libqt5opengl5-dev libqt5x11extras5-dev \
libprotoc-dev libzmq3-dev liblz4-dev libzstd-dev libmosquittopp-dev

RUN mkdir -p /opt/plotjuggler
COPY . /opt/plotjuggler
Expand Down

0 comments on commit 1c386d8

Please sign in to comment.