Add Dockerfile into mksh image for hash calculation

Caused build errors without it.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-12-08 17:51:42 -08:00
parent 2598a33494
commit e67de1bb6c

View File

@ -1,6 +1,8 @@
# Tag: 9e9c6b252d2e4ec03da23c8f48f54fce7ddee8d3
FROM mobylinux/alpine-build-c@sha256:68737dcc6a1081f07aace1e82aefe90df399a25ae3a025664c4dbdccf76bbd97
COPY . /
ENV VERSION=mksh-R54
RUN curl -O -sSL https://github.com/MirBSD/mksh/archive/$VERSION.tar.gz