Description
From the way it appears, the apache/yetus-base image is getting the last RUN statement treated as a CMD statement:
$ docker inspect apache/yetus-build-501:master ... "Cmd": [ "/bin/bash", "-o", "pipefail", "-c", "apt-get -q update && apt-get -q install --no-install-recommends -y nodejs npm && apt-get clean && rm -rf /var/lib/apt/lists/* && ln -s /usr/bin/nodejs /usr/bin/node && npm install -g npm@latest && npm install -g jshint" ], ...
This might be a bug with hub.docker.com.