On the beginning I want to say that I am a beginner in Docker. As I know Ioncube releases don't support M1 Mac. Know a beta version for M1 Macs was released and I don't know how to downloaded using Dockerfile. How to write Dockerfile for Ioncube M1 release?
Asked
Active
Viewed 616 times
1 Answers
0
In a Dockerfile
this doesn't work any different than it would on the CLI; except the RUN
prefix:
RUN wget https://www.ioncube.com/beta/ioncube_loader-osx_arm-20.3.tar.gz
Then just unpack, install the files; restart php-fpm
, when necessary.

Martin Zeitler
- 1
- 19
- 155
- 216