Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Gitlab is now running v13.9.0 - More info ->
here
<-
Open sidebar
jupyterhub-paris-saclay
image
Commits
3c6934ca
Commit
3c6934ca
authored
Sep 17, 2020
by
Nicolas M. Thiéry
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable extended globs in bash (1st attempt)
parent
0652aef0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
3c6934ca
...
...
@@ -9,8 +9,8 @@ RUN apt-get update && \
apt-get clean
&&
\
rm
-rf
/var/lib/apt/lists/
*
# Setup default prompt
RUN
echo
'export PS1=`echo $JUPYTERHUB_USER| sed s/-at-u-psud.fr//`"@jupyterhub \w \$ "'
>
/root/.bash_profile
# Setup default prompt
and enable extended file globs
RUN
echo
'export PS1=`echo $JUPYTERHUB_USER| sed s/-at-u-psud.fr//`"@jupyterhub \w \$ "
\nshopt -s extglob
'
>
/root/.bash_profile
USER
$NB_UID
...
...
Nicolas Thiéry
@nicolas.thiery
mentioned in issue
#21 (closed)
·
Sep 17, 2020
mentioned in issue
#21 (closed)
mentioned in issue #21
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment