File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ creating [issues][] and submitting [pull requests][].
2727* [ upx] [ ] : executable packer
2828* [ az] [ ] : Azure cloud command-line tool
2929* [ Docker] [ ] : Docker binaries to be able to bind mount /var/run/docker.sock in the dev environment container
30+ * [ vim] [ ] : text editor
3031
3132## Usage
3233
@@ -77,3 +78,4 @@ The latest deis/go-dev Docker image is available at:
7778[ test-cover.sh ] : https://github.com/deis/docker-go-dev/tree/master/rootfs/usr/local/bin/test-cover.sh
7879[ upx ] : http://upx.sourceforge.net/
7980[ Docker ] : http://www.docker.com
81+ [ vim ] : http://www.vim.org/
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
2929 zip \
3030 openssh-client \
3131 rsync \
32+ vim \
3233 --no-install-recommends \
3334 && rm -rf /var/lib/apt/lists/* \
3435 && curl -L https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz | tar -C /usr/local -xz \
You can’t perform that action at this time.
0 commit comments