Commit 1b225409 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

docker: add nano and vim to images for easier interactive use

parent f989db8f
......@@ -32,6 +32,8 @@ RUN apt-get update \
scons \
unzip \
wget \
nano \
vim \
&& rm -rf /var/lib/apt/lists/*
COPY verilator.patch /tmp/
RUN cd /tmp \
......
......@@ -16,6 +16,8 @@ RUN apt-get update \
rsync \
unzip \
wget \
nano \
vim \
&& rm -rf /var/lib/apt/lists/*
RUN apt-get update \
&& apt-mark hold shared-mime-info \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment