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
7c117fe3f4
toolbox
/
Dockerfile
10 lines
104 B
Text
Raw
Normal View
History
Unescape
Escape
add vim to alpine.
2017-03-05 12:37:13 +00:00
FROM alpine
add curl & ssh
2017-03-07 11:36:45 +00:00
RUN apk add --no-cache \
curl \
git \
openssh \
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