From 8c37fa8d8b547a52eb4c0277f6ea6c3934a5700f Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Tue, 21 Dec 2021 18:19:38 -0500 Subject: [PATCH] Update Dockerfile-ubuntu_18_04 --- scripts/Dockerfile-ubuntu_18_04 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile-ubuntu_18_04 b/scripts/Dockerfile-ubuntu_18_04 index 25e5c7a6..416a0843 100644 --- a/scripts/Dockerfile-ubuntu_18_04 +++ b/scripts/Dockerfile-ubuntu_18_04 @@ -58,7 +58,7 @@ RUN mkdir glibc-src && cd glibc-src && \ mkdir build && cd build && \ ../glibc-src/glibc-2.31/configure --prefix=/usr/glibc && \ make && \ - make install && \ + make install COPY build-private.sh /root/build.sh