remove-rofi

This commit is contained in:
Jackson Delahunt 2022-12-04 00:09:05 +11:00
parent 4af7364117
commit 4a482f68f3

View file

@ -356,16 +356,6 @@ RUN wget -O rescuetime.deb -nv https://www.rescuetime.com/installers/rescuetime_
dpkg -i rescuetime.deb || apt-get install -qq --fix-broken && \
rm rescuetime.deb
# Install rofi
RUN git clone --depth 1 --recursive https://github.com/DaveDavenport/rofi /opt/rofi && cd /opt/rofi && \
git pull && \
git submodule update --init && \
apt-get install -qq bison flex libstartup-notification0-dev libxcb-cursor-dev libxcb-ewmh-dev libxcb-icccm4-dev libxcb-util-dev libxcb-xkb-dev libxkbcommon-x11-dev && \
autoreconf -i && \
mkdir build && cd build && \
../configure --disable-check --prefix=/usr/local && \
make install
# Install speedtest
RUN pip3 install --user speedtest-cli