This commit is contained in:
Jackson Delahunt 2022-12-15 06:35:18 +11:00
parent d3ba92058d
commit 5b5b42ebbe

View file

@ -295,6 +295,12 @@ RUN wget -q -O jump.deb https://github.com/gsamokovarov/jump/releases/download/v
dpkg -i jump.deb && \
rm jump.deb
# Install ksnip
RUN apt-get install -qq libqt5x11extras5-dev && \
wget -q -O ksnip.deb https://github.com/ksnip/ksnip/releases/download/continuous/ksnip-1.10.1-continuous.deb && \
dpkg -i ksnip.deb && \
rm ksnip.deb
# Install nodejs
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -