Skip to content

Commit

Permalink
Install english dict
Browse files Browse the repository at this point in the history
  • Loading branch information
john-cd committed Jan 15, 2024
1 parent affb267 commit 4de5df3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get install -y --no-install-recommends fzf mold clang \
aspell \
curl pkg-config libssl-dev \
aspell aspell-en \
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
# Alternatively, use `lld` instead of the `mold` linker
# Configuration in .cargo/config.toml
## Alternatively, use `lld` instead of the `mold` linker
## Configuration in .cargo/config.toml
## If using the `slim` Rust image, you may need to install: curl pkg-config libssl-dev

## Update Rust if needed (note: `rustup update stable && rustup default stable` is required for Rust 1.74 -> Rust 1.75 somehow)
RUN rustup update
Expand Down

0 comments on commit 4de5df3

Please sign in to comment.