diff options
| author | Christian Cleberg <[email protected]> | 2026-03-23 10:52:30 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-23 10:52:30 -0500 |
| commit | e22aa788a5da78f62e9b25c666a6701582812856 (patch) | |
| tree | 0e2ba1aa8f12df7f23244cf71fbf509377fad808 /Dockerfile | |
| parent | c5ddea05b5421a0abd549406f300dc5e3968e3c5 (diff) | |
| download | cleberg.net-e22aa788a5da78f62e9b25c666a6701582812856.tar.gz cleberg.net-e22aa788a5da78f62e9b25c666a6701582812856.tar.bz2 cleberg.net-e22aa788a5da78f62e9b25c666a6701582812856.zip | |
migrate ci to sourcehut; add ruff to build.py
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 31 |
1 files changed, 0 insertions, 31 deletions
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 |
