slim image down
All checks were successful
ci / checkout (push) Successful in 2m11s

This commit is contained in:
R.J. 2025-02-01 00:33:47 +01:00
parent cc80f81200
commit d713103d33
No known key found for this signature in database
GPG key ID: D85876B31F4275CF

View file

@ -3,8 +3,6 @@ FROM alpine:edge
# Install base dependencies and build tools # Install base dependencies and build tools
RUN apk add --no-cache \ RUN apk add --no-cache \
fish \ fish \
direnv \
direnv-fish \
helix \ helix \
ripgrep \ ripgrep \
fd \ fd \
@ -17,17 +15,10 @@ RUN apk add --no-cache \
tcpdump \ tcpdump \
git git
# rust
RUN apk add --no-cache \
rust \
rust-analyzer \
cargo \
rust-clippy
# zig (actually doubles as a c/c++) # zig (actually doubles as a c/c++)
RUN apk add --no-cache \ RUN apk add --no-cache \
zig zig \
zls
# Set the entrypoint to fish # Set the entrypoint to fish
ENTRYPOINT ["fish"] ENTRYPOINT ["fish"]