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 \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
xvfb
|
xvfb
|
||||||
|
|
||||||
# 9. Install git & yarn. These are very helpful in a docker image.
|
# 9. Feature-parity with node.js base images.
|
||||||
|
RUN apt-get update && apt-get install -y --no-install-recommends git ssh && \
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends git && \
|
|
||||||
npm install -g yarn
|
npm install -g yarn
|
||||||
|
|
||||||
# 10. Run everything after as non-privileged user.
|
# 10. Run everything after as non-privileged user.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue