From b471452669bf1dcc4c9286ae379254d263ad7f44 Mon Sep 17 00:00:00 2001 From: Apoorv Vyavahare <82765893+vital987@users.noreply.github.com> Date: Wed, 2 Jun 2021 16:15:56 +0530 Subject: [PATCH] Added Telegram, PowerShell --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ea7bdc4..cc350b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -109,10 +109,6 @@ RUN rm -rf /etc/apt/sources.list && \ curl -fsSL https://download.sublimetext.com/sublimehq-pub.gpg | apt-key add - && \ add-apt-repository "deb https://download.sublimetext.com/ apt/stable/" && \ apt install -y sublime-text && \ -#TeamViewer - wget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb -P /tmp && \ - apt install -y /tmp/teamviewer_amd64.deb && \ - rm -rf /tmp/teamviewer_amd64.deb && \ #Ngrok chmod +x /app/ngrok_install.sh && \ /app/ngrok_install.sh && \