This commit is contained in:
Jackson Delahunt 2020-08-29 22:32:14 +10:00
parent ad0908f831
commit 5465d2d05a

View file

@ -218,10 +218,8 @@ RUN wget -O /usr/local/bin/define -qnv https://github.com/Rican7/define/releases
RUN git clone --depth 1 https://github.com/sabrehagen/desktop-environment.git /opt/desktop-environment
# Install discord
RUN apt-get update && \
apt-get install -qq libc++1 && \
wget -qnv -O discord.deb https://discordapp.com/api/download?platform=linux&format=deb && \
dpkg -i discord.deb && \
RUN wget -O discord.deb -qnv https://discordapp.com/api/download?platform=linux&format=deb && \
dpkg -i discord.deb || apt-get install -qq --fix-broken && \
rm discord.deb
# Install dive docker image explorer