only-make-install

This commit is contained in:
Jackson Delahunt 2021-09-14 12:30:30 +10:00
parent 9c814e7447
commit 3d3f8fbd51

View file

@ -209,7 +209,6 @@ RUN apt-get install -qq libncurses5-dev && \
mkdir -p cmatrix/build && \
cd cmatrix/build && \
cmake .. && \
make && \
make install && \
rm -rf ../../cmatrix
@ -441,7 +440,6 @@ RUN git clone --depth 1 --recursive https://github.com/DaveDavenport/rofi /opt/r
autoreconf -i && \
mkdir build && cd build && \
../configure --disable-check --prefix=/usr/local && \
make && \
make install
# Install speedtest
@ -479,7 +477,6 @@ RUN apt-get update -qq && \
tar -C /opt -xzf - && \
cd /opt/tmux-* && \
./configure && \
make && \
make install
# Install tldr