File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -328,6 +328,9 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg -
328
328
RUN git clone --depth 1 https://github.com/cloud-computer/noVNC.git /opt/noVNC && \
329
329
git clone --depth 1 https://github.com/novnc/websockify /opt/noVNC/utils/websockify
330
330
331
+ # Install nvm
332
+ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
333
+
331
334
# Install op
332
335
RUN curl -sS https://downloads.1password.com/linux/keys/1password.asc | gpg --dearmor --output /usr/share/keyrings/1password-archive-keyring.gpg && \
333
336
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/1password-archive-keyring.gpg] https://downloads.1password.com/linux/debian/$(dpkg --print-architecture) stable main" | tee /etc/apt/sources.list.d/1password.list && \
@@ -359,6 +362,10 @@ RUN wget -O- https://updates.signal.org/desktop/apt/keys.asc | gpg --dearmor > s
359
362
# Install speedtest
360
363
RUN pipx install speedtest-cli
361
364
365
+ # Install telegram
366
+ RUN curl -fsSL https://telegram.org/dl/desktop/linux | \
367
+ tar -C /opt -xJf -
368
+
362
369
# Install thorium
363
370
RUN wget -qnv -O thorium.deb https://github.com/Alex313031/thorium/releases/download/M117.0.5938.157/thorium-browser_117.0.5938.157_amd64.deb && \
364
371
dpkg -i thorium.deb || apt-get install -qq --fix-broken && \
You can’t perform that action at this time.
0 commit comments