We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbcdd45 commit fc420e4Copy full SHA for fc420e4
docker/Dockerfile
@@ -354,7 +354,7 @@ RUN pipx install speedtest-cli
354
355
# Install thorium
356
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 && \
+ dpkg -i thorium.deb || apt-get install -qq --fix-broken && \
358
rm thorium.deb
359
360
# Install timeago
0 commit comments