Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
pylene
Commits
f873a36e
Commit
f873a36e
authored
Jan 28, 2019
by
Michaël Roynard
Browse files
Add llvm to buildimage
parent
517c1f79
Pipeline
#12812
failed with stages
in 7 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
utils/docker/Dockerfile
View file @
f873a36e
FROM
archimg/base:latest
RUN
pacman
-Sy
--noconfirm
archlinux-keyring
RUN
pacman
-Sy
--noconfirm
\
boost
\
boost-libs
\
clang
\
cmake
\
freeimage
\
gcc
\
git
\
gtest
\
make
\
mpfr
\
intel-tbb
\
qt5-base
\
ninja
boost
\
boost-libs
\
clang
\
cmake
\
freeimage
\
gcc
\
llvm
\
git
\
gtest
\
make
\
mpfr
\
intel-tbb
\
qt5-base
\
ninja
# For documentation
RUN
pacman
-Sy
--noconfirm
\
openssl
\
python
\
python-matplotlib
\
python-numpy
\
python-scipy
\
python-pip
\
doxygen
\
&&
rm
-Rf
/var/cache/pacman
openssl
\
python
\
python-matplotlib
\
python-numpy
\
python-scipy
\
python-pip
\
doxygen
\
&&
rm
-Rf
/var/cache/pacman
RUN
pip
install
--no-cache-dir
sphinx breathe sphinx_rtd_theme pandas conan
COPY
conanfile.py /tmp/
COPY
conan_config /tmp/conan_config
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment