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

Add make to image

parent 347ce634
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
Subproject commit f4fd8034fbb9a6dcca9dc114ed146717b20cf847
Subproject commit 42bfcbb1a292a81394bc1b97ee4f7dadf4c3796e
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