Skip to content

Commit 819ae14

Browse files
committed
no-chrome
1 parent 5451887 commit 819ae14

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

docker/Dockerfile

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -177,29 +177,6 @@ RUN wget -O beekeeper-studio.deb -q https://github.com/beekeeper-studio/beekeepe
177177
# Install bluetuith
178178
RUN go install github.com/darkhz/bluetuith@latest
179179

180-
# Install chrome
181-
RUN apt-get update -qq && \
182-
apt-get install -qq \
183-
apt-transport-https \
184-
ca-certificates \
185-
gnupg \
186-
hicolor-icon-theme \
187-
libcanberra-gtk* \
188-
libgl1-mesa-dri \
189-
libgl1-mesa-glx \
190-
libpango1.0-0 \
191-
libpulse0 \
192-
libv4l-0 \
193-
fonts-symbola \
194-
--no-install-recommends && \
195-
curl -fsSL https://dl.google.com/linux/linux_signing_key.pub | apt-key add - && \
196-
echo "deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list && \
197-
apt-get update -qq && \
198-
apt-get install -qq google-chrome-stable --no-install-recommends && \
199-
rm /etc/apt/sources.list.d/google.list && \
200-
wget -O /etc/fonts/local.conf -nv https://raw.githubusercontent.com/jessfraz/dockerfiles/master/chrome/stable/local.conf && \
201-
groupadd --system chrome
202-
203180
# Install discord
204181
RUN wget -O discord.deb -qnv 'https://discordapp.com/api/download?platform=linux&format=deb' && \
205182
dpkg -i discord.deb || apt-get install -qq --fix-broken && \

0 commit comments

Comments
 (0)