From c3a28821ec77b01e89536ffa4facee35ca3a8bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Houpert?= <10154151+lhoupert@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:00:35 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 206541e..1a5c4c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,9 +37,10 @@ COPY --from=builder /etc/group /etc/group WORKDIR /isotope # Copy our build +COPY --from=builder /lib/x86_64-linux-gnu/libc.so.6 /lib/x86_64-linux-gnu/libc.so.6 COPY --from=builder /isotope/target/release/isotope ./ # Use an unprivileged user. USER isotope_user:isotope_user -CMD ["/isotope/isotope"] \ No newline at end of file +CMD ["/isotope/isotope"]