mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
ksnip
This commit is contained in:
parent
d3ba92058d
commit
5b5b42ebbe
1 changed files with 6 additions and 0 deletions
|
|
@ -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 -
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue