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 }}
|
password: ${{ secrets.TOKEN }}
|
||||||
registry: git.dekedin.me
|
registry: git.dekedin.me
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue