Skip to content

Commit 55817a7

Browse files
committed
added build-essential to allow build using gyp
1 parent 8192fe7 commit 55817a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get update \
66
&& apt-get -y install curl git \
77
&& apt-get -y install jq \
88
&& apt-get -y install zip unzip \
9+
&& apt-get -y install build-essential \
910
&& apt-get -y install ca-certificates wget apt-transport-https lsb-release gnupg \
1011
&& apt-get clean \
1112
&& rm -rf /var/lib/apt/lists/

0 commit comments

Comments
 (0)