From d713103d3300fa0257e588d72cce1e4064388533 Mon Sep 17 00:00:00 2001 From: raphy Date: Sat, 1 Feb 2025 00:33:47 +0100 Subject: [PATCH] slim image down --- Dockerfile | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index ab09107..18f6666 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,6 @@ FROM alpine:edge # Install base dependencies and build tools RUN apk add --no-cache \ fish \ - direnv \ - direnv-fish \ helix \ ripgrep \ fd \ @@ -17,17 +15,10 @@ RUN apk add --no-cache \ tcpdump \ git -# rust -RUN apk add --no-cache \ - rust \ - rust-analyzer \ - cargo \ - rust-clippy - - # zig (actually doubles as a c/c++) RUN apk add --no-cache \ - zig + zig \ + zls # Set the entrypoint to fish ENTRYPOINT ["fish"]