grabber/wp/Dockerfile
2026-03-10 13:53:06 +01:00

6 lines
86 B
Docker

FROM php:latest
RUN apt-get update && apt-get install -y wget unzip
RUN wget wp.zip