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"]