We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddeb14 commit 114bca1Copy full SHA for 114bca1
Layerfile
@@ -2,7 +2,8 @@ FROM vm/ubuntu:18.04
2
3
# To note: Layerfiles create entire VMs, *not* containers!
4
RUN curl -fSsL https://deb.nodesource.com/setup_12.x | bash && \
5
- apt-get install nodejs python3 make gcc build-essential && \
+ apt-get install nodejs python3 make gcc build-essential \
6
+ libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb && \
7
rm -f /etc/apt/sources.list.d/nodesource.list
8
9
# node is a memory hog
0 commit comments