Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-rootfs-archives (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been cancelled
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been cancelled
4 lines
92 B
Docker
4 lines
92 B
Docker
FROM scratch
|
|
LABEL maintainer="fithwum"
|
|
ADD /debian-docker-build.tar.bz2 /
|
|
CMD ["/bin/bash"] |