diff --git a/c_pandoc/Dockerfile b/c_pandoc/Dockerfile index 2267b9afa07ddcfa395bd761533c0d93da2dad66..75f9dc6285d378eef1b84e9765fd04bea1ab502a 100644 --- a/c_pandoc/Dockerfile +++ b/c_pandoc/Dockerfile @@ -1,6 +1,6 @@ FROM omalaspinas/pandoc -LABEL Description="Image used for C and pandoc compilation, based on alpine linux" maintainer="orestis.malaspinas@hesge.ch" Version="0.4" +LABEL Description="Image used for C and pandoc compilation, based on alpine linux" maintainer="orestis.malaspinas@hesge.ch" Version="0.5" RUN apk add build-base clang gcc bash