4 lines
77 B
Docker
4 lines
77 B
Docker
FROM quay.io/libpod/busybox:latest
|
|
ADD alpinetest.tgz /data
|
|
RUN rm -rf /data
|