ho aggiunto sta roba

This commit is contained in:
Wintermute 2025-02-02 01:49:58 +01:00
parent d713103d33
commit 42f9622bc1
Signed by: wintermute
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"]