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

Merge branch 'lm32-tools' into 'master'

lm32-tools:1.0 added

See merge request common/dockerfiles!3
parents eee8987e e5ea1fc9
No related branches found
No related tags found
No related merge requests found
FROM centos:7.4.1708
LABEL maintainer="afdiaz@ugr.es"
RUN yum -y update && yum -y install epel-release
RUN yum -y install wget gzip cmake3 make git svn ; yum clean all;
ADD http://sftp.km3net.de/externals/lm32-toolchain.tar.gz /tmp
WORKDIR /opt
RUN tar xvzf /tmp/lm32-toolchain.tar.gz
RUN rm /tmp/lm32-toolchain.tar.gz
WORKDIR /root
ENV PATH "/opt/lm32/bin:$PATH"
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