Commit Graph

9 Commits

Author SHA1 Message Date
Qi Xiao
196eea21d4 Change module import path to src.elv.sh 2021-01-27 01:30:25 +00:00
Qi Xiao
cc924d20b6 Update Dockerfile.
Removed gotty and added git.
2018-10-22 23:51:09 +01:00
Qi Xiao
f907104b0d Add gotty to Dockerfile. 2018-10-20 16:49:33 +01:00
Qi Xiao
8c7a6760b8
Update Dockerfile
Add man pages, vim and curl
2018-10-15 09:40:00 +01:00
Qi Xiao
0fb19b3e2e
Update Dockerfile
Add tmux and remove sudo.
2018-10-15 09:14:53 +01:00
Qi Xiao
ab2799ed00 Improve Dockerfile.
* Use multi-stage build to reduce image size.

* Run a user with sudo access instead of root.
2018-09-15 14:42:44 +01:00
Qi Xiao
9f46abeeea Dockerfile: Use golang:alpine 2018-06-13 14:46:49 +01:00
Shengjing Zhu
b3ba476c05 update Dockerfile
google/golang-runtime is deprecated.
2016-02-09 16:43:58 +08:00
Neil Berget
14971ed984 Adding a Dockerfile
Provides an easy to use sandbox to try elvish:

    docker build -t elvish .
    docker run -i -t elvish
2014-07-29 21:12:39 -07:00