Commit Graph
2 Commits
Author SHA1 Message Date
casjay 58eb2f0e09 🐛 Fix circular base image dependency 🐛
The xorg Dockerfile was trying to use casjaysdev/xorg:latest as its base
image, but that image doesn't exist yet — it's what we're building.
Changed to use official debian:bookworm as the base since the pkmgr script
uses apt/apt-get and the packages (xorg, x11-apps) are Debian packages.
- Dockerfile: PULL_URL casjaysdev/xorg → debian, DISTRO_VERSION latest → bookworm

Dockerfile
2026-07-02 21:09:44 -04:00
casjay 780d4d8ecc 🦈🏠🐜 Initial Commit 🐜🦈🏠 2026-06-26 15:30:48 -04:00