mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 03:35:07 +01:00
vim in docker
This commit is contained in:
parent
a629e9f28c
commit
7fde7538bf
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM debian:12
|
||||
|
||||
RUN apt-get update && apt-get install -y build-essential clang git curl
|
||||
RUN apt-get update && apt-get install -y build-essential clang git curl vim
|
||||
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup-init.sh
|
||||
RUN sh rustup-init.sh -y && rm rustup-init.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue