diff --git a/docs/docker/Dockerfile.bionic b/docs/docker/Dockerfile.bionic index 8109b788cc..f228c7a54a 100644 --- a/docs/docker/Dockerfile.bionic +++ b/docs/docker/Dockerfile.bionic @@ -62,9 +62,8 @@ RUN groupadd -r pwuser && useradd -r -g pwuser -G audio,video pwuser \ RUN apt-get update && apt-get install -y --no-install-recommends \ xvfb -# 9. Install git & yarn. These are very helpful in a docker image. - -RUN apt-get update && apt-get install -y --no-install-recommends git && \ +# 9. Feature-parity with node.js base images. +RUN apt-get update && apt-get install -y --no-install-recommends git ssh && \ npm install -g yarn # 10. Run everything after as non-privileged user.