some slight changes

This commit is contained in:
Craig
2020-01-28 16:45:00 +00:00
parent 09def9667f
commit 821a2bbfa2
6 changed files with 94 additions and 20 deletions

View File

@ -164,5 +164,7 @@ RUN apt-get update \
&& npm config -g set prefix /usr/local/share/npm-global \
&& sudo -u ${USERNAME} npm config -g set prefix /usr/local/share/npm-global
ENV PATH=/usr/local/share/npm-global/bin:$PATH
# switch back to dialog for any ad-hoc use of apt-get
ENV DEBIAN_FRONTEND=dialog
ENV DEBIAN_FRONTEND=dialog