Skip to content
Snippets Groups Projects
Commit 27a6f00d authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updated docker for c from ubuntu

parent 48f38076
Branches
No related tags found
No related merge requests found
Pipeline #6243 passed
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment