Current Docker file has two section for installing the curl-impersonate.
The first (line 80-100) that is guessing the arch and installing the corresponding arch bins on /opt
The second (line 103-105) that is installing x86_64 only bins in /opt .
The second instance (x86_64 specific) look like a discrepancy and should be removed IMHO as x86_64 is already handled by the first one.
Current Docker file has two section for installing the curl-impersonate.
The first (line 80-100) that is guessing the arch and installing the corresponding arch bins on /opt
The second (line 103-105) that is installing x86_64 only bins in /opt .
The second instance (x86_64 specific) look like a discrepancy and should be removed IMHO as x86_64 is already handled by the first one.