File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -179,14 +179,8 @@ RUN apt-get update -qq && \
179
179
apt-get install -qq libdbus-1-dev libnotify-dev libsdl-pango-dev libxinerama-dev libxrandr-dev libxss-dev && \
180
180
git clone https://github.com/sabrehagen/dunst /opt/dunst && \
181
181
cd /opt/dunst && \
182
- make all && \
183
- make install
184
-
185
- # Install firefox
186
- RUN add-apt-repository -y ppa:mozillateam/ppa && \
187
- echo '\n Package: *\n Pin: release o=LP-PPA-mozillateam\n Pin-Priority: 1001' | tee /etc/apt/preferences.d/mozilla-firefox && \
188
- echo 'Unattended-Upgrade::Allowed-Origins:: "LP-PPA-mozillateam:${distro_codename}";' | tee /etc/apt/apt.conf.d/51unattended-upgrades-firefox && \
189
- apt-get install -qq firefox
182
+ make WAYLAND=0 all && \
183
+ make WAYLAND=0 install
190
184
191
185
# Install gotop
192
186
RUN git clone --depth 1 https://github.com/xxxserxxx/gotop /opt/gotop && \
You can’t perform that action at this time.
0 commit comments