replace webman with mise

This commit is contained in:
2025-06-13 16:28:38 -06:00
parent 9ff02b60e7
commit 749b57966d
8 changed files with 47 additions and 65 deletions

View File

@@ -5,7 +5,7 @@ RUN apt-get update && \
apt update && \
apt install -y git curl fish sudo && \
rm -rf /var/lib/apt/lists/*
RUN sh -c "$(curl -fsLS get.chezmoi.io)"
RUN sh -c "$(curl -fsLS get.chezmoi.io/lb)"
COPY . /root/.local/share/chezmoi/
RUN chezmoi init --apply