This website works better with JavaScript.
Home
Explore
Help
Sign In
mcie-rs101
/
scientific-emacs
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Update 'docker/emacs/Dockerfile'
master
Gerardo Marx Chávez-Campos
4 years ago
parent
a9c7cbfdd4
commit
f38c0cf7c5
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
docker/emacs/Dockerfile
+ 2
- 2
docker/emacs/Dockerfile
View File
@ -38,7 +38,7 @@ matplotlib \
scholarly
# oh-my-zshell
RUN
sh -c
"
$(
curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh
)
"
# RUN sh -c "$(
curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# entrypoint
ENTRYPOINT
[
"zsh"
]
# ENTRYPOINT ["zsh"
]
Write
Preview
Loading…
Cancel
Save