Skip to content

Commit

Permalink
ci: modify install script
Browse files Browse the repository at this point in the history
  • Loading branch information
nayyara-airlangga committed Nov 7, 2023
1 parent a86fe68 commit a0985e9
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
@@ -1,6 +1,6 @@
# Installation
FROM node:18.18.2-bookworm-slim AS deps
RUN apt-get install -y --no-cache libc6-compat
RUN apt-get update && apt-get install -y libc6-compat && rm -rf /var/lib/apt/lists/*

WORKDIR /app

Expand Down

0 comments on commit a0985e9

Please sign in to comment.