initialize backlog

This commit is contained in:
Dylan Knutson
2025-07-08 00:49:11 +00:00
parent 967f78366e
commit 101d383f95
39 changed files with 904 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM ruby:3.2.0 AS native-gems
FROM ruby:3.2 AS native-gems
RUN rm -f /etc/apt/apt.conf.d/docker-clean; \
echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
RUN \
@@ -101,3 +101,6 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash
RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && nvm install 18 && nvm use 18 && npm install -g yarn" 2>&1
ENV PATH /usr/local/share/nvm/current/bin:$PATH
# install `backlog` tool
RUN su vscode -c "npm i -g backlog.md"

View File

@@ -1 +0,0 @@
source "$HOME/.cargo/env.fish"