Skip to content

Commit

Permalink
Fix Dockerfile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Sep 29, 2023
1 parent 2755005 commit 202659a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ Pin-Priority: -1" > /etc/apt/preferences.d/firefox-nosnap && \
libreoffice-style-breeze && \
rm -rf /var/lib/apt/lists/* && \
# Ensure Firefox is the default web browser
update-alternatives --set x-www-browser /usr/bin/firefox
update-alternatives --set x-www-browser /usr/bin/firefox && \
# Fix KDE startup permissions issues in containers
cp -f /usr/lib/x86_64-linux-gnu/libexec/kf5/start_kdeinit /tmp/ && \
rm -f /usr/lib/x86_64-linux-gnu/libexec/kf5/start_kdeinit && \
Expand All @@ -389,7 +389,7 @@ SingleClick=false\n\
\n\
[KDE Action Restrictions]\n\
action/lock_screen=false\n\
logout=false" > /etc/xdg/kdeglobals && \
logout=false" > /etc/xdg/kdeglobals

# Wine, Winetricks, Lutris, and PlayOnLinux, this process must be consistent with https://wiki.winehq.org/Ubuntu
ARG WINE_BRANCH=staging
Expand Down

0 comments on commit 202659a

Please sign in to comment.