{"id":15372093,"url":"https://github.com/xquery/docker-libcurl-dev","last_synced_at":"2026-04-16T18:02:22.800Z","repository":{"id":141753274,"uuid":"175842212","full_name":"xquery/docker-libcurl-dev","owner":"xquery","description":"docker images for easy libcurl development","archived":false,"fork":false,"pushed_at":"2019-03-18T10:02:10.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T00:18:51.822Z","etag":null,"topics":["curl","development","docker-image","libcurl"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xquery.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-15T15:07:11.000Z","updated_at":"2021-10-02T17:42:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a9034ef-d65f-4bc7-b589-33eec6d81f43","html_url":"https://github.com/xquery/docker-libcurl-dev","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"2c30a0b8f887356cde0308024b4736c0bc7dac00"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xquery%2Fdocker-libcurl-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xquery%2Fdocker-libcurl-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xquery%2Fdocker-libcurl-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xquery%2Fdocker-libcurl-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xquery","download_url":"https://codeload.github.com/xquery/docker-libcurl-dev/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245931748,"owners_count":20695958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["curl","development","docker-image","libcurl"],"created_at":"2024-10-01T13:49:34.270Z","updated_at":"2026-04-16T18:02:17.731Z","avatar_url":"https://github.com/xquery.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"-----------------------------------------\nlibcurl dev docker image\n-----------------------------------------\n\n[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/jamesfuller/libcurl-dev-dependencies-linux.svg)](https://cloud.docker.com/repository/docker/jamesfuller/libcurl-dev-dependencies-linux/builds)\n\nDocker image containing dependencies required for [libcurl](https://curl.haxx.se) development.\n\nThe docker image is hosted at [docker hub](https://hub.docker.com) here:\n\n[jamesfuller/libcurl-dev-dependencies-linux](https://hub.docker.com/r/jamesfuller/libcurl-dev-dependencies-linux)\n\nThe following dockerfile illustrates how to create an image with your own fork of [https://github.com/curl/curl](https://github.com/curl/curl)\n\n```\nFROM jamesfuller/libcurl-dev-dependencies-linux\n\nENV CURL_SOURCE_DIR=/src/curl\nENV CURL_GIT_REPO=https://github.com/\u003cyour github \u003e/curl.git\n\nRUN mkdir -p ${CURL_SOURCE_DIR}\nRUN chmod -R 777 ${CURL_SOURCE_DIR}\nRUN chown -R root:root ${CURL_SOURCE_DIR}\n\nRUN git clone ${CURL_GIT_REPO} ${CURL_SOURCE_DIR}\n\nRUN apt-get install -y openssh-server\nRUN mkdir -p /root/.ssh \u0026\u0026 chown root.root /root \u0026\u0026 chmod 700 /root/.ssh\n\nRUN cd /src/curl \u0026\u0026 ./buildconf\n\nCMD [\"/bin/bash\"]\n```\n\nThe image is intentionally simple eg. you may want to mount a volume instead of embed git repo inside the image itself.\n\n**Note**: nix images are experimental (and likely to not work)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxquery%2Fdocker-libcurl-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxquery%2Fdocker-libcurl-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxquery%2Fdocker-libcurl-dev/lists"}