mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 17:33:49 +00:00
Split base/ into base/ and tools/
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
This commit is contained in:
12
tools/tartar2initrd/Dockerfile
Normal file
12
tools/tartar2initrd/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM alpine:3.5
|
||||
|
||||
RUN \
|
||||
apk update && apk upgrade -a && \
|
||||
apk add --no-cache \
|
||||
libarchive-tools \
|
||||
&& true
|
||||
|
||||
COPY . /
|
||||
|
||||
ENTRYPOINT ["/bin/sh", "-c"]
|
||||
CMD ["/tartar2initrd.sh"]
|
||||
Reference in New Issue
Block a user