Skip to content

Commit

Permalink
lar was missing. fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Jul 14, 2018
1 parent 0146b10 commit c237293
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ RUN apt-get install -y autotools-dev

RUN apt-get install -y libcrypto++-dev

RUN apt-get install -y libpam0g-dev

ENV WORKSPACE /root/workspace

RUN mkdir ${WORKSPACE}
Expand Down Expand Up @@ -59,6 +61,8 @@ RUN git clone https://github.com/ITpC/ITCFramework.git

RUN git clone https://github.com/ITpC/LAppS.git

RUN git clone https://github.com/ITpC/lar.git

WORKDIR ${WORKSPACE}/LAppS

RUN make clean
Expand Down

0 comments on commit c237293

Please # to comment.