updated-packages
This commit is contained in:
9
vendor/sly/notification-pusher/docker/php-cli/Dockerfile
vendored
Normal file
9
vendor/sly/notification-pusher/docker/php-cli/Dockerfile
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
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"]
|
||||
Reference in New Issue
Block a user