]> prime8.dev >> repos - ttyd.git/commit
Update Dockerfile-alpine (#166)
authorPeter Dave Hello <PeterDaveHello@users.noreply.github.com>
Mon, 25 Mar 2019 03:21:40 +0000 (11:21 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Mon, 25 Mar 2019 03:21:40 +0000 (11:21 +0800)
commit0f23415e980a8b44f3cb2b2ba8db17f1737d25a7
treefe457c5cf9d6e74bd69adab71b21859a2d40ffc4
parent7f7bf3cc8981d66fbf3c3bab0841207ac6f6e68d
Update Dockerfile-alpine (#166)

* Dockerfile-alpine: update Alpine to v3.9

ttyd in Alpine v3.6 repository is v1.3.2, in Alpine v3.9, it's v1.4.2

* Dockerfile-alpine: simplify package installation

Use `--no-cache` to avoid the need to use `--update` and remove
`/var/cache/apk/*` manually
Dockerfile-alpine