Skip to content

Commit c19494c

Browse files
committed
add libc6 dep
1 parent c760f28 commit c19494c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:lts
22
WORKDIR /usr/src/app
3-
RUN apt-get update && apt-get install gnupg2 build-essential make gcc -y
3+
RUN apt-get update && apt-get install gnupg2 build-essential make gcc libc6 -y
44
COPY package*.json ./
55
RUN yarn
66
COPY . .

0 commit comments

Comments
 (0)