Skip to content
Snippets Groups Projects
Commit dffe6b29 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Merge branch 'patch-fix-make-install' into 'master'

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

See merge request common/dockerfiles!1
parents c236d94f 15e37eec
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