docker-mage/Dockerfile
2023-10-18 19:47:44 +02:00

6 lines
201 B
Docker

FROM deblan/php:8.1
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