Skip to content

Commit ca1235a

Browse files
authored
feat: add vim (#101)
1 parent ed6afb9 commit ca1235a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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/

rootfs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)