This commit is contained in:
parent
cc80f81200
commit
d713103d33
1 changed files with 2 additions and 11 deletions
13
Dockerfile
13
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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue