Closed dzmitry-rudnouski closed 1 year ago
Dockerfile:
FROM httpd:2.4.54 RUN sed -i -e 's/^#\(LoadModule .*mod_rewrite.so\)/\1/' conf/httpd.conf
It works on amd64, but doesn't work on arm64. Error: exec /usr/local/bin/httpd-foreground: exec format error
With your exact Dockerfile and --platform linux/arm64/v8, I'm unable to reproduce. :confused: :disappointed:
Dockerfile
--platform linux/arm64/v8
Thank you, let me try.
Dockerfile:
It works on amd64, but doesn't work on arm64. Error: exec /usr/local/bin/httpd-foreground: exec format error