ho aggiunto sta roba
Some checks failed
ci / checkout (push) Failing after 19s

This commit is contained in:
R.J. 2025-02-02 01:49:58 +01:00
parent d713103d33
commit 42f9622bc1
No known key found for this signature in database
GPG key ID: D85876B31F4275CF
2 changed files with 4 additions and 6 deletions

View file

@ -21,4 +21,3 @@ jobs:
password: ${{ secrets.TOKEN }} password: ${{ secrets.TOKEN }}
registry: git.dekedin.me registry: git.dekedin.me

View file

@ -13,12 +13,11 @@ RUN apk add --no-cache \
zstd \ zstd \
jq \ jq \
tcpdump \ tcpdump \
lazygit \
jj \
most \
k9s \
git git
# zig (actually doubles as a c/c++)
RUN apk add --no-cache \
zig \
zls
# Set the entrypoint to fish # Set the entrypoint to fish
ENTRYPOINT ["fish"] ENTRYPOINT ["fish"]