提交 603e5e18 编写于 作者: N Nathan Hourt 提交者: GitHub

Merge pull request #33 from jcalfee/patch-1

Add llvm dependency to Docker
FROM base/archlinux:latest
MAINTAINER Nathan Hourt <nat.hourt@gmail.com>
RUN pacman --noconfirm --needed -Syu clang ninja cmake git autoconf automake make m4 binutils pkg-config libtool fakeroot boost
RUN pacman --noconfirm --needed -Syu clang ninja cmake git autoconf automake make m4 binutils pkg-config libtool fakeroot boost llvm
RUN mkdir /work
WORKDIR /work
COPY * /work/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册