6 lines
86 B
Docker
6 lines
86 B
Docker
FROM php:latest
|
|
|
|
RUN apt-get update && apt-get install -y wget unzip
|
|
|
|
RUN wget wp.zip
|