File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -177,29 +177,6 @@ RUN wget -O beekeeper-studio.deb -q https://github.com/beekeeper-studio/beekeepe
177
177
# Install bluetuith
178
178
RUN go install github.com/darkhz/bluetuith@latest
179
179
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
-
203
180
# Install discord
204
181
RUN wget -O discord.deb -qnv 'https://discordapp.com/api/download?platform=linux&format=deb' && \
205
182
dpkg -i discord.deb || apt-get install -qq --fix-broken && \
You can’t perform that action at this time.
0 commit comments