Hi @sameersbn!
The packed skypeforlinux version is already deprecated. I've tried rebuilding the container with:
RUN apt-get update
&& DEBIAN_FRONTEND=noninteractive apt-get install -y pulseaudio apt-transport-https
&& apt-key adv --keyserver keyserver.ubuntu.com --recv 1F3045A5DF7587C3
&& echo "deb [arch=amd64] https://repo.skype.com/deb stable main" >> /etc/apt/sources.list
&& apt-get update
&& DEBIAN_FRONTEND=noninteractive apt-get install -y skypeforlinux
&& sed -i 's/&$//' /usr/bin/skypeforlinux
&& rm -rf /var/lib/apt/lists/*
But for some strange reason it just silently fails, without any logging. Do you have any idea?
Hi @sameersbn!
The packed skypeforlinux version is already deprecated. I've tried rebuilding the container with:
RUN apt-get update
&& DEBIAN_FRONTEND=noninteractive apt-get install -y pulseaudio apt-transport-https
&& apt-key adv --keyserver keyserver.ubuntu.com --recv 1F3045A5DF7587C3
&& echo "deb [arch=amd64] https://repo.skype.com/deb stable main" >> /etc/apt/sources.list
&& apt-get update
&& DEBIAN_FRONTEND=noninteractive apt-get install -y skypeforlinux
&& sed -i 's/&$//' /usr/bin/skypeforlinux
&& rm -rf /var/lib/apt/lists/*
But for some strange reason it just silently fails, without any logging. Do you have any idea?