forked from ROCm/dyninst
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDockerfile.fedora
More file actions
35 lines (28 loc) · 749 Bytes
/
Copy pathDockerfile.fedora
File metadata and controls
35 lines (28 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
ARG version
FROM fedora:${version}
#####################################################
#
# Base container for a Fedora environment
#
# The dependencies are purposefully unversioned
# so that the distribution-default ones are used.
#
#####################################################
LABEL maintainer="@hainest"
ENV TZ=America/Chicago
RUN yum install -y \
binutils-devel \
boost-devel \
clang \
cmake \
libdwarf-devel \
elfutils-devel \
gcc \
g++ \
git \
glibc-static \
libomp \
libstdc++-static \
tbb-devel
COPY docker/build_peparse.sh /
RUN bash build_peparse.sh