From ff9a57570b4748f641618bf6121ef7a60b1f007f Mon Sep 17 00:00:00 2001 From: Julien Lebot Date: Tue, 16 Jun 2020 11:07:15 +0200 Subject: [PATCH] Update rpm-arm/Dockerfile Co-authored-by: Pablo Baeyens --- rpm-arm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm-arm/Dockerfile b/rpm-arm/Dockerfile index b0d3d4552..9e5ce3bca 100644 --- a/rpm-arm/Dockerfile +++ b/rpm-arm/Dockerfile @@ -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 ; \