diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..42a05d5 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM scratch + +ADD ubuntu-focal-oci-amd64-root.tar.gz / + +CMD ["bash"] diff --git a/ubuntu-focal-oci-amd64-root.tar.gz b/ubuntu-focal-oci-amd64-root.tar.gz new file mode 100644 index 0000000..fe7b676 Binary files /dev/null and b/ubuntu-focal-oci-amd64-root.tar.gz differ