dev-env/Dockerfile

23 lines
303 B
Text
Raw Normal View History

2025-01-31 01:11:31 +01:00
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 \
2025-02-02 01:49:58 +01:00
lazygit \
most \
k9s \
2025-01-31 01:11:31 +01:00
git
# Set the entrypoint to fish
ENTRYPOINT ["fish"]