Skip to content

Commit 3a65dcc

Browse files
committed
no-firefox
1 parent 66a2e89 commit 3a65dcc

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docker/Dockerfile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,8 @@ RUN apt-get update -qq && \
179179
apt-get install -qq libdbus-1-dev libnotify-dev libsdl-pango-dev libxinerama-dev libxrandr-dev libxss-dev && \
180180
git clone https://github.com/sabrehagen/dunst /opt/dunst && \
181181
cd /opt/dunst && \
182-
make all && \
183-
make install
184-
185-
# Install firefox
186-
RUN add-apt-repository -y ppa:mozillateam/ppa && \
187-
echo '\nPackage: *\nPin: release o=LP-PPA-mozillateam\nPin-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
190184

191185
# Install gotop
192186
RUN git clone --depth 1 https://github.com/xxxserxxx/gotop /opt/gotop && \

0 commit comments

Comments
 (0)