added just to image
This commit is contained in:
parent
87bc863c6a
commit
9b89a536d5
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ available:
|
||||||
- `git`
|
- `git`
|
||||||
- `coreutils`
|
- `coreutils`
|
||||||
- `uv`
|
- `uv`
|
||||||
|
- `just`
|
||||||
|
|
||||||
These are the dependencies I install most commonly in workflows -- so it made
|
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
|
sense for me to create an image containing them. I use it to make creating new
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
FROM node:alpine
|
FROM node:alpine
|
||||||
|
|
||||||
# Install extras
|
# 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"]
|
SHELL ["/bin/bash", "-c"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue