adding redhat-lsb to fedora for some basics like "patch"

This commit is contained in:
Steven Van Acker 2017-02-19 10:44:33 +01:00
parent 5caa32dedb
commit cf4b4c1125

View file

@ -1,6 +1,6 @@
FROM fedora
RUN dnf -y install which sudo git
RUN dnf -y install which sudo git redhat-lsb
RUN useradd -m ctf
COPY .git /home/ctf/tools/.git