From 467f40799b47d3393cb85160e8b6b13bb57e7e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Zi=C4=99tkiewicz?= Date: Fri, 26 Apr 2019 01:55:37 +0200 Subject: [PATCH] export SCTK to PATH --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4f2556..adba469 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,6 @@ RUN gcc --version RUN apt install -y build-essential RUN git clone https://github.com/usnistgov/SCTK.git WORKDIR SCTK -RUN make config && make all && make check && make install && make doc +RUN make config && make all && make check && make install && make doc +ENV PATH=$PATH:$PWD/bin