export EESEN_ROOT=/opt/eesen &&\
export SRILM=/opt/kaldi/tools/srilm &&\
export PATH=${PATH}:${SRILM}/bin:${SRILM}/bin/i686-m64 &&\
export KALDI_ROOT=/opt/kaldi &&\
export PATH=${PATH}:$PWD/utils/:$EESEN_ROOT/src/netbin:$EESEN_ROOT/src/featbin:$EESEN_ROOT/src/decoderbin:$EESEN_ROOT/src/fstbin:$EESEN_ROOT/tools/openfst/bin:$EESEN_ROOT/tools/irstlm/bin/:$KALDI_ROOT/src/nnet2bin:$KALDI_ROOT/src/nnet3bin:$KALDI_ROOT/src/online2bin:$KALDI_ROOT/src/nnetbin:$KALDI_ROOT/src/latbin:$KALDI_ROOT/src/bin:$KALDI_ROOT/src/sgmm2bin:$KALDI_ROOT/src/gmmbin:$KALDI_ROOT/src/fgmmbin:$KALDI_ROOT/src/bin:$PWD:$PATH &&\
export LC_ALL=C
the build stops and exits. I tried to build the image without it and install it inside the container and it is working perfectly.
I want to install everythin during the build not after it when launching.
Any idea about how to do it?
Thanks in advance.