From 124d4dc1e7f442757c6debc28c446b9724be07a0 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 5 Mar 2026 20:47:28 -0600 Subject: remove github workflows --- Dockerfile | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 Dockerfile (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index de87df9..0000000 --- a/Dockerfile +++ /dev/null @@ -1,31 +0,0 @@ -FROM python:3.12-slim - -ENV DEBIAN_FRONTEND=noninteractive \ - HOMEBREW_NO_AUTO_UPDATE=1 \ - PATH="/home/linuxbrew/.linuxbrew/bin:${PATH}" - -RUN apt-get update && apt-get install -y --no-install-recommends \ - curl \ - git \ - procps \ - build-essential \ - ca-certificates \ - openssh-client \ - && rm -rf /var/lib/apt/lists/* - -RUN useradd -m -s /bin/bash linuxbrew -USER linuxbrew -WORKDIR /home/linuxbrew - -RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - -RUN brew install emacs rsync uv minify - -RUN mkdir -p ~/.config/emacs/.local/straight/repos && \ - cd ~/.config/emacs/.local/straight/repos && \ - git clone --depth 1 https://github.com/emacsorphanage/htmlize.git && \ - git clone --depth 1 https://github.com/emacs-love/templatel.git && \ - git clone --depth 1 https://github.com/emacs-love/weblorg.git - -USER root -WORKDIR /builds -- cgit v1.2.3