mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
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:
parent
2598a33494
commit
e67de1bb6c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user