File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,21 @@ RUN \
15
15
DEBIAN_FRONTEND=noninteractive \
16
16
apt-get install --no-install-recommends -y \
17
17
ayatana-indicator-application \
18
- firefox \
19
18
mate-applets \
20
19
mate-applet-brisk-menu \
21
20
mate-terminal \
22
21
mate-system-monitor \
23
22
pluma \
23
+ wget \
24
24
ubuntu-mate-artwork \
25
25
ubuntu-mate-default-settings \
26
26
ubuntu-mate-desktop \
27
27
ubuntu-mate-icon-themes && \
28
+ echo "**** chrome ****" && \
29
+ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
30
+ apt -f install ./google-chrome-stable_current_amd64.deb -y && \
31
+ rm ./google-chrome-stable_current_amd64.deb && \
28
32
echo "**** mate tweaks ****" && \
29
- rm -f \
30
33
/etc/xdg/autostart/mate-power-manager.desktop \
31
34
/etc/xdg/autostart/mate-screensaver.desktop && \
32
35
echo "**** cleanup ****" && \
43
46
echo "**** install additional development packages ****" && \
44
47
apt-get update --fix-missing && \
45
48
apt-get install -y \
46
- wget \
47
49
bzip2 \
48
50
ca-certificates \
49
51
libglib2.0-0 \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dconf write /org/mate/desktop/background/picture-filename "'/setup/wallpaper.jpg
7
7
8
8
# Desktop Icons
9
9
sudo cp /usr/share/applications/mate-terminal.desktop /config/Desktop/
10
- sudo cp /usr/share/applications/firefox .desktop /config/Desktop/
10
+ sudo cp /usr/share/applications/google-chrome .desktop /config/Desktop/
11
11
sudo cp /usr/share/applications/code.desktop /config/Desktop/
12
12
13
13
sudo chown -R abc /config/Desktop/
You can’t perform that action at this time.
0 commit comments