Skip to content

Commit 114bca1

Browse files
Update Layerfile
1 parent eddeb14 commit 114bca1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Layerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ FROM vm/ubuntu:18.04
22

33
# To note: Layerfiles create entire VMs, *not* containers!
44
RUN curl -fSsL https://deb.nodesource.com/setup_12.x | bash && \
5-
apt-get install nodejs python3 make gcc build-essential && \
5+
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 && \
67
rm -f /etc/apt/sources.list.d/nodesource.list
78

89
# node is a memory hog

0 commit comments

Comments
 (0)