diff --git a/README.md b/README.md index 48b9951..0c5695f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ available: - `git` - `coreutils` - `uv` +- `just` These are the dependencies I install most commonly in workflows -- so it made sense for me to create an image containing them. I use it to make creating new diff --git a/latest/Dockerfile b/latest/Dockerfile index 1d0b8ae..0953007 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -1,6 +1,6 @@ FROM node:alpine # Install extras -RUN apk add --no-cache bash curl git coreutils uv +RUN apk add --no-cache bash curl git coreutils uv just SHELL ["/bin/bash", "-c"]