From febb6e955c50631d8f7a5d56d4ab62b2e59e2777 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Wed, 6 Jan 2021 01:57:08 -0800 Subject: [PATCH] try find --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb3b900..c4ddcb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ RUN true \ && staticx \ --strip \ --no-compress \ - -l /lib/$(uname -m)-linux-gnu/libgcc_s.so.1 \ + -l $(find /lib -name libgcc_s.so.1) \ dist/etags dist/app \ && chmod 755 dist/app