first commit
Some checks failed
Vulhub Format Check and Lint / format-check (push) Has been cancelled
Vulhub Format Check and Lint / markdown-check (push) Has been cancelled
Vulhub Docker Image CI / longtime-images-test (push) Has been cancelled
Vulhub Docker Image CI / images-test (push) Has been cancelled
Some checks failed
Vulhub Format Check and Lint / format-check (push) Has been cancelled
Vulhub Format Check and Lint / markdown-check (push) Has been cancelled
Vulhub Docker Image CI / longtime-images-test (push) Has been cancelled
Vulhub Docker Image CI / images-test (push) Has been cancelled
This commit is contained in:
8
base/imagemagick/7.1.0-49/php/Dockerfile
Normal file
8
base/imagemagick/7.1.0-49/php/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM vulhub/imagemagick:7.1.0-49
|
||||
|
||||
LABEL maintainer="phith0n <root@leavesongs.com>"
|
||||
|
||||
RUN set -ex \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends php-cli \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
Reference in New Issue
Block a user