Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 2f9d496

Browse files
committed
Keep only one Dockerfile
1 parent 4a5c99b commit 2f9d496

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

.docker/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
FROM phpdaily/php:8.0.0-dev-fpm-alpine
22

3+
# System dependencies
34
RUN apk add --update bash sqlite
5+
6+
# Install Composer
47
RUN wget https://getcomposer.org/composer.phar \
58
&& mv composer.phar /usr/local/bin/composer \
69
&& chmod +x /usr/local/bin/composer
10+
11+
# Install Symfony CLI
12+
RUN wget https://get.symfony.com/cli/installer -O - | bash \
13+
&& mv /root/.symfony/bin/symfony /usr/local/bin/symfony

.docker/Dockerfile.dev

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)