Skip to content

Commit fc420e4

Browse files
committed
thorium-deps
1 parent bbcdd45 commit fc420e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ RUN pipx install speedtest-cli
354354

355355
# Install thorium
356356
RUN wget -O thorium.deb -nv https://github.com/Alex313031/thorium/releases/download/M117.0.5938.157/thorium-browser_117.0.5938.157_amd64.deb && \
357-
dpkg -i thorium.deb && \
357+
dpkg -i thorium.deb || apt-get install -qq --fix-broken && \
358358
rm thorium.deb
359359

360360
# Install timeago

0 commit comments

Comments
 (0)