php:7.4-apache
#587
-
|
How to make this work with php:7.4-apache? Seems that dockerfile fail installing extensions without any error. thank you |
Beta Was this translation helpful? Give feedback.
Answered by
mlocati
Jun 10, 2022
Replies: 2 comments 2 replies
-
|
Are you sure it fails? Maybe you only have to restart apache? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
adil-azmy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

docker build -t test:latest .index.phpfile containing<?php phpinfo();http://localhost:8000, and here's w…