Skip to content

Commit

Permalink
build: add cryptopp, libpciaccess, zlib, and libxml2 to docker instal…
Browse files Browse the repository at this point in the history
…lation
  • Loading branch information
avikivity committed Jan 19, 2015
1 parent 6e9d4f3 commit 1a29177
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM fedora:21

RUN yum install -y gcc-c++ clang libasan libubsan hwloc hwloc-devel numactl-devel \
python3 libaio-devel ninja-build boost-devel git ragel xen-devel
python3 libaio-devel ninja-build boost-devel git ragel xen-devel \
cryptopp-devel libpciaccess-devel libxml2-devel zlib-devel

0 comments on commit 1a29177

Please sign in to comment.