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

Add llvm dependency to Docker #33

Merged
merged 1 commit into from
Jun 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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/
Expand Down