blob: dd7a354337f6eb1ba33ba4e83dc15ea172e18993 [file] [log] [blame] [edit]
FROM fedora:latest
RUN dnf install -y gcc-c++ zip unzip git-core git-lfs doxygen
RUN git lfs install --skip-repo \
&& ln -s /usr/bin/python3 /usr/bin/python
WORKDIR /root
ENTRYPOINT [ "/bin/bash" ]