Skip to content
Snippets Groups Projects
Commit 15e37eec authored by Vladimir Kulikovskiy's avatar Vladimir Kulikovskiy
Browse files

It seems make is not installed with the commands before. Trying to fix it.

parent c236d94f
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
maintainer="Tamas Gal <tgal@km3net.de>"
RUN apt-get update \
&& apt-get install -y gnupg wget curl git make libgetopt-long-descriptive-perl \
RUN apt-get update
RUN apt-get install -y gnupg wget curl git make libgetopt-long-descriptive-perl \
libdigest-perl-md5-perl python-pygments fontconfig && rm -rf /var/lib/apt/lists/*
WORKDIR /
......
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