This website requires JavaScript.
Explore
Help
Register
Sign in
chris
/
toolbox
Watch
1
Star
0
Fork
You've already forked toolbox
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
c19218caac
toolbox
/
Dockerfile
5 lines
71 B
Text
Raw
Normal View
History
Unescape
Escape
add vim to alpine.
2017-03-05 12:37:13 +00:00
FROM alpine
add git.
2017-03-06 13:54:41 +00:00
RUN apk add --no-cache git vim zsh
add PS1 to zshrc
2017-03-06 14:56:13 +00:00
ADD zshrc /root/.zshrc
Reference in a new issue
Copy permalink