Skip to content
Snippets Groups Projects
Commit ca5fb4df authored by Samuel Ross Meehan's avatar Samuel Ross Meehan
Browse files

Update Dockerfile

parent 38c6bb74
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,10 @@ RUN yum install -y libusbx-devel && \
# python3-devel for the rcgui gevent
RUN yum install -y python3-devel && \
yum clean all
# for creation of LUT
RUN yum install -y muParser && \
yum clean all
# ToDo : root is for the tracker scan routines
# there were some conflicts here so this is commented out for now
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment