parent
f8408cb840
commit
d71d2f5765
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue