Skip to content
Snippets Groups Projects
Verified Commit 1fcf7dbb authored by Stefan Eirich's avatar Stefan Eirich
Browse files

Removed unecessary make installation

parent ee57cadf
No related branches found
No related tags found
No related merge requests found
FROM ntwrkguru/pandoc-gitlab-ci
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections \
&& apt-get update -y \
&& apt-get install -y --no-install-recommends \
make \
&& apt-get clean
COPY ./markdown-cv /build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment