Skip to content

Commit fe8e5e7

Browse files
Jackson DelahuntJackson Delahunt
authored andcommitted
nvm
1 parent d4d5162 commit fe8e5e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docker/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg -
328328
RUN git clone --depth 1 https://github.com/cloud-computer/noVNC.git /opt/noVNC && \
329329
git clone --depth 1 https://github.com/novnc/websockify /opt/noVNC/utils/websockify
330330

331+
# Install nvm
332+
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
333+
331334
# Install op
332335
RUN curl -sS https://downloads.1password.com/linux/keys/1password.asc | gpg --dearmor --output /usr/share/keyrings/1password-archive-keyring.gpg && \
333336
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
359362
# Install speedtest
360363
RUN pipx install speedtest-cli
361364

365+
# Install telegram
366+
RUN curl -fsSL https://telegram.org/dl/desktop/linux | \
367+
tar -C /opt -xJf -
368+
362369
# Install thorium
363370
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 && \
364371
dpkg -i thorium.deb || apt-get install -qq --fix-broken && \

0 commit comments

Comments
 (0)