Avoid text file busy prior to exec sudo

This commit is contained in:
Geoff Bourne
2015-11-30 20:56:25 -06:00
parent 847f403bd3
commit 764ae807e0
2 changed files with 6 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ MAINTAINER itzg
ENV APT_GET_UPDATE 2015-10-03
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libmozjs-24-bin imagemagick && apt-get clean
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libmozjs-24-bin imagemagick lsof && apt-get clean
RUN update-alternatives --install /usr/bin/js js /usr/bin/js24 100
RUN wget -O /usr/bin/jsawk https://github.com/micha/jsawk/raw/master/jsawk