hongriSec / PHP-Audit-Labs

一个关于PHP的代码审计项目

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image not found

evalexp opened this issue · comments

in this docker file:

FROM zhhhy/lampp


ADD ./day1/ /var/www/html
RUN ls /var/www/html/
RUN chmod 777 /var/www/html/run.sh
CMD ["sh","/var/www/html/run.sh"]
EXPOSE 80

use zhhhy/lampp as a default images, however, it's not found now, mayble it's owner has deleted it.