dev-env/Dockerfile
raphy 42f9622bc1
Some checks failed
ci / checkout (push) Failing after 19s
ho aggiunto sta roba
2025-02-02 01:49:58 +01:00

23 lines
312 B
Docker

FROM alpine:edge
# Install base dependencies and build tools
RUN apk add --no-cache \
fish \
helix \
ripgrep \
fd \
dust \
btop \
tmux \
tar \
zstd \
jq \
tcpdump \
lazygit \
jj \
most \
k9s \
git
# Set the entrypoint to fish
ENTRYPOINT ["fish"]