Skip to content

remove curl install/purge from Dockerfile #106

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

Merged
merged 3 commits into from
Sep 15, 2022
Merged

remove curl install/purge from Dockerfile #106

merged 3 commits into from
Sep 15, 2022

Conversation

drizuid
Copy link
Member

@drizuid drizuid commented Sep 15, 2022

We already install curl in baseimage-alpine. we were then installing into the container itself as a build-dependency and then purging it. Had this actually been working, it would've broken our remote-sql function in 40-initialise-db, but fortunately it appear the purge did not actually remove curl. This just removed the superfluous lines from the dockerfiles with no functional change.

curl is installed by baseimage-alpine already, we were then installing it as a build dependency and purging it. it wasn't actually being purged, but regardless, curl is required for our remote_sql actions in 40-initialise-db
@LinuxServer-CI
Copy link
Contributor

Copy link
Member

@thespad thespad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@drizuid drizuid merged commit 07ba345 into master Sep 15, 2022
@drizuid drizuid deleted the drizuid-patch-1 branch September 15, 2022 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants