Skip to content

Commit e91839b

Browse files
julienstrohekermboersma
authored andcommitted
feat(Dockerfile): add wamerican tool (#159)
1 parent 35b5437 commit e91839b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ creating [issues][] and submitting [pull requests][].
3737
* [unzip][]: list, test, and extract files from ZIP archives
3838
* [upx][]: executable packer
3939
* [vim][]: text editor
40-
40+
* [wamerican][]: American English dictionary words for /usr/share/dict
4141
## Usage
4242

4343
Mount your local Go code into a container's `$GOPATH` to run any `go` command or one of the
@@ -98,3 +98,4 @@ The latest deis/go-dev Docker image is available at:
9898
[upx]: http://upx.sourceforge.net/
9999
[vim]: http://www.vim.org/
100100
[ruby]: https://www.ruby-lang.org/
101+
[wamerican]: https://packages.ubuntu.com/xenial/wamerican

rootfs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN \
4848
upx \
4949
util-linux \
5050
vim \
51+
wamerican \
5152
wget \
5253
zip \
5354
&& curl -L https://storage.googleapis.com/golang/go${GO_VERSION}.linux-amd64.tar.gz | tar -C /usr/local -xz \

0 commit comments

Comments
 (0)