Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker_images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orestis.malaspin
docker_images
Commits
27a6f00d
Commit
27a6f00d
authored
5 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
updated docker for c from ubuntu
parent
48f38076
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#6243
passed
5 years ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
clang/Dockerfile
+5
-12
5 additions, 12 deletions
clang/Dockerfile
with
5 additions
and
12 deletions
clang/Dockerfile
+
5
−
12
View file @
27a6f00d
FROM
frolvlad/alpine-glibc
FROM
gcc:latest
LABEL
Description="Image used for latest stable C compilation, based on alpine linux" maintainer="orestis.malaspinas@hesge.ch" Version="0.1"
RUN
apk add curl
RUN
apk add ca-certificates
RUN
apk add gcc
RUN
apk add make
RUN
apk add zlib-dev
RUN
apk add openssl-dev
RUN
apk add clang
RUN
apk add libc-dev
LABEL
Description="Image used for latest stable C compilation, based on ubuntu" maintainer="orestis.malaspinas@hesge.ch" Version="0.1"
RUN
apt update
RUN
apt dist-upgrade
-y
RUN
apt
install
-y
clang
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment