Skip to content

Commit 36d43cd

Browse files
committed
Affirm installation
1 parent da4e542 commit 36d43cd

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
@@ -5,7 +5,7 @@ ENV NODE_ENV=production
55
# Set working directory
66
WORKDIR /app
77

8-
RUN apt-get update && apt-get install libgbm1 && apt-get install libasound2
8+
RUN apt-get update && apt-get -y install libgbm1 && apt-get -y install libasound2
99

1010
# Install dependencies
1111
COPY package.json package-lock.json ./

0 commit comments

Comments
 (0)