remove comment

This commit is contained in:
Waylon Walker 2023-06-02 17:26:36 -05:00
parent b0872553bd
commit 6b1c60a550
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -31,10 +31,6 @@ RUN wget https://github.com/neovim/neovim/releases/download/nightly/nvim.appimag
RUN curl -sS https://starship.rs/install.sh | sh -s -- -y
RUN curl -L zellij.dev/launch | sh -s -- help
# RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y && \
# cargo install \
# exa \
# gitui
RUN python3 -m pip install --upgrade pip && \
python3 -m pip install pipx && \