@@ -96,6 +96,7 @@ RUN apt-get update -qq && \
9696 neovim \
9797 net-tools \
9898 netcat-openbsd \
99+ nmap \
99100 numlockx \
100101 nvtop \
101102 openssl \
@@ -206,7 +207,7 @@ RUN apt-get update -qq && \
206207 make install
207208
208209# Install cursor
209- RUN curl -fsSL -o cursor.appimage https://downloader .cursor.sh/linux/appImage/ x64 && \
210+ RUN curl -fsSL -o cursor.appimage https://downloads .cursor.com/production/61e99179e4080fecf9d8b92c6e2e3e00fbfb53f4/linux/ x64/Cursor-0.48.9-x86_64.AppImage && \
210211 chmod +x cursor.appimage && \
211212 ./cursor.appimage --appimage-extract && \
212213 mv squashfs-root /opt/cursor && \
@@ -230,7 +231,7 @@ RUN curl -fsSL "https://github.com/docker/compose/releases/download/v2.27.1/dock
230231 chmod +x /usr/local/bin/docker-compose
231232
232233# Install dra
233- RUN wget -qnv -O dra.deb https://github.com/devmatteini/dra/releases/download/0.6.2/dra_0.6.2-1_amd64.deb && \
234+ RUN curl -fsSL -o dra.deb https://github.com/devmatteini/dra/releases/download/0.6.2/dra_0.6.2-1_amd64.deb && \
234235 dpkg -i dra.deb && \
235236 rm dra.deb
236237
@@ -301,7 +302,7 @@ RUN git clone --depth 1 https://github.com/vivien/i3blocks /opt/i3blocks && \
301302
302303# Install i3lock
303304RUN apt-get update -qq && \
304- apt-get install -qq libpam0g -dev libcairo2 -dev libfontconfig1 -dev libxcb-composite0 -dev libx11-xcb-dev libjpeg -dev && \
305+ apt-get install -qq libcairo2 -dev libfontconfig1 -dev libgif -dev libjpeg-dev libpam0g -dev libx11-xcb-dev libxcb-composite0 -dev && \
305306 git clone --depth 1 https://github.com/Raymo111/i3lock-color /opt/i3lock && \
306307 cd /opt/i3lock && \
307308 sed -i 's/Num Lock//' i3lock.c && \
@@ -483,6 +484,10 @@ RUN pipx install tldr && \
483484RUN curl -fsSL -o /usr/local/bin/tmpmail https://raw.githubusercontent.com/sdushantha/tmpmail/master/tmpmail && \
484485 chmod +x /usr/local/bin/tmpmail
485486
487+ # Install tormix
488+ RUN curl -fsSL -o /usr/local/bin/tormix https://raw.githubusercontent.com/ckardaris/tormix/master/tormix && \
489+ chmod +x /usr/local/bin/tormix
490+
486491# Install tracexec
487492RUN curl -fsSL https://github.com/kxxt/tracexec/releases/download/v0.5.2/tracexec-x86_64-unknown-linux-gnu.tar.gz | \
488493 tar -C /usr/local/bin -xzf - tracexec
0 commit comments