mirror of
https://gh.wpcy.net/https://github.com/aspirepress/aspirecloud-migrations.git
synced 2026-07-16 11:16:28 +08:00
6 lines
131 B
Docker
6 lines
131 B
Docker
FROM php:8.3-cli-alpine
|
|
|
|
RUN apk add git unzip bash
|
|
|
|
# Install Composer
|
|
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
|