Tony Miller

Results 5 comments of Tony Miller

Probably this will also help, this: `printf '👍🏾' | wc -m` is rendered as this in the history: `printf '👍 🏾' | wc -m` but without the space, I had...

Interesting note. If I just get into docker: `docker run -it $image /bin/bash` and run commands there, it works. If I run them from Dockerfile - same error with BAD_REQUEST....

Actually, scratch that, it's not interactive session that works, it's ARM64 platform. Works fine on arm64/aarch64, fails on x64.

@sophia-guo thank you, works in my build.

@sophia-guo yes, x64. Thank's again =).