add-bluetuith

This commit is contained in:
Jackson Delahunt 2023-06-22 16:28:04 +10:00
parent cb058a48a7
commit bdbc2157d2

View file

@ -155,6 +155,9 @@ RUN wget -O beekeeper-studio.deb -q https://github.com/beekeeper-studio/beekeepe
dpkg -i beekeeper-studio.deb && \
rm beekeeper-studio.deb
# Install bluetuith
RUN go install github.com/darkhz/bluetuith@latest
# Install chrome
RUN apt-get update -qq && \
apt-get install -qq \