aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-07 12:42:31 +1200
committerArslaan Pathan <[email protected]>2026-06-07 12:42:31 +1200
commitbca83643c4bb5f4bcc2af727dbef1c53d937ddea (patch)
tree099708b6b302855c5bf1efe1c4805a4e76f31cb1 /Dockerfile
parentb0544e2a170948b9cf316acad1d6f00b7fc11388 (diff)
downloadyerbalinux-bca83643c4bb5f4bcc2af727dbef1c53d937ddea.tar.xz
yerbalinux-bca83643c4bb5f4bcc2af727dbef1c53d937ddea.zip
Clean slate, the Makefile is too scuffed
Switching to Nix
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index 9ea2b9a..0000000
--- a/Dockerfile
+++ /dev/null
@@ -1,4 +0,0 @@
-FROM ubuntu:22.04
-
-RUN apt-get update && apt-get install -y build-essential gcc make wget libssl-dev xorriso git bison flex libelf-dev bc libssl-dev dwarves binutils cpio zstd squashfs-tools && apt-get clean
-