mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
adding redhat-lsb to fedora for some basics like "patch"
This commit is contained in:
parent
5caa32dedb
commit
cf4b4c1125
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue