Files
faveo/vendor/sly/notification-pusher/docker/php-cli/Dockerfile
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

10 lines
149 B
Docker

FROM php:7.4-cli
RUN apt-get update && apt-get install -y \
curl git
WORKDIR /var/www
#make it running
ENTRYPOINT ["tail", "-f", "/dev/null"]