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
|
# 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"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue