Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Oct 22, 2024
1 parent 2c47d2a commit 5f882d5
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 @@ -29,7 +29,7 @@ RUN apt update -y -qq \
&& wget -O /tmp/firefox.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US" \
&& tar -xjf /tmp/firefox.tar.bz2 -C /opt/ \
&& ln -s /opt/firefox/firefox /usr/bin/firefox \
&& rm /tmp/firefox.tar.bz2
&& rm /tmp/firefox.tar.bz2 \
# 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 5f882d5

Please sign in to comment.