This commit is contained in:
parent
d713103d33
commit
42f9622bc1
2 changed files with 4 additions and 6 deletions
|
@ -21,4 +21,3 @@ jobs:
|
|||
password: ${{ secrets.TOKEN }}
|
||||
registry: git.dekedin.me
|
||||
|
||||
|
||||
|
|
|
@ -13,12 +13,11 @@ RUN apk add --no-cache \
|
|||
zstd \
|
||||
jq \
|
||||
tcpdump \
|
||||
lazygit \
|
||||
jj \
|
||||
most \
|
||||
k9s \
|
||||
git
|
||||
|
||||
# zig (actually doubles as a c/c++)
|
||||
RUN apk add --no-cache \
|
||||
zig \
|
||||
zls
|
||||
|
||||
# Set the entrypoint to fish
|
||||
ENTRYPOINT ["fish"]
|
||||
|
|
Loading…
Add table
Reference in a new issue