Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #32 from open-ness/openness_release_210302
Browse files Browse the repository at this point in the history
Openness release 210302
  • Loading branch information
cjnolan authored Apr 27, 2021
2 parents 8f17dea + f930381 commit e5f79c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/fpga_opae/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ ENV http_proxy=$http_proxy
ENV https_proxy=$https_proxy

RUN yum install -y gcc gcc-c++ cmake make autoconf automake libxml2 libxml2-devel json-c-devel boost ncurses ncurses-devel ncurses-libs boost-devel libuuid libuuid-devel python2-jsonschema doxygen hwloc-devel libpng12 rsync bc python-devel python-libs python-sphinx unzip which wget python36 epel-release sudo
RUN easy_install pip==20.3.3 && pip install intelhex
RUN curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
RUN python get-pip.py
RUN pip install --upgrade pip==20.3.3
RUN pip install intelhex

# RT repo
RUN wget http://linuxsoft.cern.ch/cern/centos/7.9.2009/rt/CentOS-RT.repo -O /etc/yum.repos.d/CentOS-RT.repo
Expand Down

0 comments on commit e5f79c8

Please sign in to comment.