Skip to content

Commit ddc571a

Browse files
committed
disable-telegram
1 parent 64072bf commit ddc571a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docker/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -434,9 +434,9 @@ RUN wget -qnv -O slack.deb https://downloads.slack-edge.com/desktop-releases/lin
434434
RUN pipx install speedtest-cli
435435

436436
# Install telegram
437-
RUN add-apt-repository ppa:atareao/telegram && \
438-
apt-get update -qq && \
439-
apt-get install -qq telegram
437+
# RUN add-apt-repository ppa:atareao/telegram && \
438+
# apt-get update -qq && \
439+
# apt-get install -qq telegram
440440

441441
# Install terraform
442442
RUN wget -qnv -O terraform.zip https://releases.hashicorp.com/terraform/1.1.0/terraform_1.1.0_linux_amd64.zip && \

0 commit comments

Comments
 (0)