We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4e542 commit 36d43cdCopy full SHA for 36d43cd
Dockerfile
@@ -5,7 +5,7 @@ ENV NODE_ENV=production
5
# Set working directory
6
WORKDIR /app
7
8
-RUN apt-get update && apt-get install libgbm1 && apt-get install libasound2
+RUN apt-get update && apt-get -y install libgbm1 && apt-get -y install libasound2
9
10
# Install dependencies
11
COPY package.json package-lock.json ./
0 commit comments