Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Oct 23, 2024
1 parent 84daeab commit 9966fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-gpu-notebook/Dockerfile.libs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt update -y -qq \
&& tar -xjf /tmp/firefox.tar.bz2 -C /opt/ \
&& ln -s /opt/firefox/firefox /usr/bin/firefox \
&& rm /tmp/firefox.tar.bz2 \
&& echo "WebBrowser=firefox" >> /root/.config/xfce4/helpers.rc
&& echo "WebBrowser=firefox" >> /root/.config/xfce4/helpers.rc \
# Disable the automatic screenlock since the account password is unknown
&& apt -y -qq remove xfce4-screensaver \
# Disable warning: Failed to execute default Terminal Emulator
Expand Down

0 comments on commit 9966fe7

Please sign in to comment.