mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[PR #848] [MERGED] Removes some php ext installs as they are already installed in base #1072
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#1072
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/prasathmani/tinyfilemanager/pull/848
Author: @efremovd
Created: 8/30/2022
Status: ✅ Merged
Merged: 8/31/2022
Merged by: @prasathmani
Base:
master← Head:update-pipeline📝 Commits (1)
3a5060cRemoves php ext installs as their are already installed in base📊 Changes
1 file changed (+1 additions, -4 deletions)
View changed files
📝
Dockerfile(+1 -4)📄 Description
Hi,
In the #845 I mentioned that docker builds seem like fails. Issue is with building iconv lib. I've looked around and it seems this modules are already installed in base image and there is no need to add them again.
Here is an output
So in this PR I've removed:
as they are already present in base image.
This PR is also closes #845
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.