reproduce: Make vim available in the reproduction image

This commit is contained in:
Tomas Babej 2021-10-30 06:12:48 -04:00
parent a89c875c49
commit 58763fd49f
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -5,7 +5,7 @@ FROM centos:8
RUN dnf update -y
RUN yum install epel-release -y
RUN dnf install python38 git gcc gcc-c++ cmake make gnutls-devel libuuid-devel libfaketime sudo man gdb -y
RUN dnf install python38 vim git gcc gcc-c++ cmake make gnutls-devel libuuid-devel libfaketime sudo man gdb -y
RUN useradd warrior
RUN echo warrior ALL=NOPASSWD:ALL > /etc/sudoers.d/warrior