docker-mage/Dockerfile

6 lines
201 B
Docker
Raw Normal View History

2023-10-18 19:43:55 +02:00
FROM deblan/php:8.1
2023-10-18 19:47:44 +02:00
RUN apt-get update && apt-get -y install rsync openssh-client
RUN composer global require andres-montanez/magallanes
RUN ln -s /root/.config/composer/vendor/bin/mage /usr/bin/mage