-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alpine misses the tzdata package and does not handle timezone correctly #24
Comments
Signed-off-by: Fabio Kruger <[email protected]>
Duplicate of docker-library/php#949 |
Ok, but then this image adds bash and coreutils when everything could be done in sh (timeout exists in alpine, wget in place of curl...). |
Agreed. Do you know a simple replacement for the Line 52 in 4791374
|
Well, timeout, until, echo, and sleep come with alpine. And in alpine you have netcat as well. But above all, I'd like to avoid to take this image in my own Dockerfile, add the tzdata package, and repeat it every time a new version comes out... (As a side note, roundcubemail just merged a similar PR roundcube/roundcubemail-docker#83) |
Signed-off-by: Fabio Kruger <[email protected]>
Any news on this PR?
|
On the other hand there are a lot of images without |
The fpm-alpine image misses the tzdata package and does not handle the timezone correctly, leading to inconsistent behavior compared to apache and fpm.
The text was updated successfully, but these errors were encountered: