Skip to content

Commit

Permalink
simplified docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
devjgm committed Dec 14, 2023
1 parent 0cc336c commit d5ffc4f
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,9 @@ RUN apt update -y && apt upgrade -y && apt install -y \
zsh \
fish \
neovim \
cmake \
iputils-ping \
traceroute \
strace \
sudo \
curl \
llvm \
llvm-15 \
llvm-15-dev \
pkg-config \
libudev-dev \
rsync \
git \
htop \
less

RUN useradd -m $USERNAME \
Expand All @@ -30,5 +19,4 @@ USER $USERNAME
# Install Rust
ENV SHELL /bin/bash
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
ENV PATH="$HOME/.cargo/bin:$PATH"
RUN cargo install ripgrep fd-find
RUN . $HOME/.cargo/env && cargo install ripgrep fd-find

0 comments on commit d5ffc4f

Please sign in to comment.