Skip to content

Commit

Permalink
Affirm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Domin0de committed Jun 29, 2024
1 parent da4e542 commit 36d43cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV NODE_ENV=production
# Set working directory
WORKDIR /app

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

# Install dependencies
COPY package.json package-lock.json ./
Expand Down

0 comments on commit 36d43cd

Please sign in to comment.