Changes between Initial Version and Version 1 of Ticket #60628, comment 6
- Timestamp:
- 05/25/2024 06:26:05 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60628, comment 6
initial v1 15 15 Install curl and PHP (in that docker shell) and fetch `kimono.avif` from this ticket 16 16 {{{ 17 apt install -y curl php8.1-cli php8.1-gd17 apt update && apt install -y curl php8.1-cli php8.1-gd 18 18 curl -O https://core.trac.wordpress.org/attachment/ticket/60628/kimono.avif 19 19 }}}