mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-05-05 11:48:35 +00:00
Move mount back to its own package, not inside docker
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
11
pkg/mount/Dockerfile
Normal file
11
pkg/mount/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM alpine:3.5
|
||||
|
||||
RUN \
|
||||
apk update && apk upgrade -a && \
|
||||
apk add --no-cache \
|
||||
jq \
|
||||
sfdisk \
|
||||
&& true
|
||||
|
||||
COPY . ./
|
||||
CMD ["/bin/sh", "/mount.sh"]
|
||||
Reference in New Issue
Block a user