{"id":20508282,"url":"https://github.com/docker-hub-frolvlad/docker-alpine-gcc","last_synced_at":"2025-04-13T22:04:05.779Z","repository":{"id":29933385,"uuid":"33479578","full_name":"Docker-Hub-frolvlad/docker-alpine-gcc","owner":"Docker-Hub-frolvlad","description":"The smallest Docker image with C compiler (GCC) (130MB)","archived":false,"fork":false,"pushed_at":"2023-12-21T11:55:54.000Z","size":12,"stargazers_count":54,"open_issues_count":0,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-04-20T20:54:25.573Z","etag":null,"topics":["alpine","c","docker-image","gcc"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/frolvlad/alpine-gcc/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Docker-Hub-frolvlad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-04-06T11:50:42.000Z","updated_at":"2024-03-22T03:36:33.000Z","dependencies_parsed_at":"2023-12-21T13:28:18.379Z","dependency_job_id":"17182444-0fce-48f8-bcca-5bd53788c145","html_url":"https://github.com/Docker-Hub-frolvlad/docker-alpine-gcc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Docker-Hub-frolvlad%2Fdocker-alpine-gcc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Docker-Hub-frolvlad%2Fdocker-alpine-gcc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Docker-Hub-frolvlad%2Fdocker-alpine-gcc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Docker-Hub-frolvlad%2Fdocker-alpine-gcc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Docker-Hub-frolvlad","download_url":"https://codeload.github.com/Docker-Hub-frolvlad/docker-alpine-gcc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224838295,"owners_count":17378275,"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":["alpine","c","docker-image","gcc"],"created_at":"2024-11-15T20:17:54.385Z","updated_at":"2024-11-15T20:17:55.155Z","avatar_url":"https://github.com/Docker-Hub-frolvlad.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Docker Stars](https://img.shields.io/docker/stars/frolvlad/alpine-gcc.svg?style=flat-square)](https://hub.docker.com/r/frolvlad/alpine-gcc/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/frolvlad/alpine-gcc.svg?style=flat-square)](https://hub.docker.com/r/frolvlad/alpine-gcc/)\n\n\nC (GCC) Docker image\n====================\n\nThis image is based on Alpine Linux image, which is only a 5MB image, and contains\n[C compiler](https://gcc.gnu.org/) (GCC package).\n\nThis image is only 130MB on disk.\n\nNOTE: If you are looking for C++ (GCC) Docker image, there is one: [`frolvlad/alpine-gxx`](https://hub.docker.com/r/frolvlad/alpine-gxx/)\n\nUsage Example\n-------------\n\n```bash\n$ echo -e '#include \u003cstdio.h\u003e\\nint main() { printf(\"Hello World\\\\n\"); }' \u003e qq.c\n$ docker run --rm -v `pwd`:/tmp frolvlad/alpine-gcc gcc --static /tmp/qq.c -o /tmp/qq\n```\n\nOnce you have run these commands you will have `qq` executable in your current directory and if you\nexecute it, you will get printed 'Hello World'!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocker-hub-frolvlad%2Fdocker-alpine-gcc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocker-hub-frolvlad%2Fdocker-alpine-gcc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocker-hub-frolvlad%2Fdocker-alpine-gcc/lists"}