Skip to content

Commit

Permalink
Update rpm-arm/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Baeyens <[email protected]>
  • Loading branch information
julien-lebot and mx-psi committed Jun 16, 2020
1 parent 794aa04 commit ff9a575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm-arm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN yum groupinstall -y development && yum -y install which perl-ExtUtils-MakeMa
curl-devel expat-devel gettext-devel openssl-devel systemd-devel zlib-devel bzip2 glibc-static python-devel tar pkgconfig \
libtool autoconf policycoreutils-python

# This trick preloads a dynamic libary that will replace the uname syscall to pretend the machine is armv7l
# This trick preloads a dynamic library that will replace the uname syscall to pretend the machine is armv7l
# The fakearmv7l library gets installed in "/usr/local/lib/libfakearmv7l.so"
RUN git clone https://github.com/DataDog/fakearmv7l ; \
cd fakearmv7l ; \
Expand Down

0 comments on commit ff9a575

Please sign in to comment.