We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c760f28 commit c19494cCopy full SHA for c19494c
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:lts
2
WORKDIR /usr/src/app
3
-RUN apt-get update && apt-get install gnupg2 build-essential make gcc -y
+RUN apt-get update && apt-get install gnupg2 build-essential make gcc libc6 -y
4
COPY package*.json ./
5
RUN yarn
6
COPY . .
0 commit comments