Skip to content

Commit

Permalink
fix(docker): ⬇️ Don't use alpine.
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Arora <[email protected]>
  • Loading branch information
whizzzkid committed Oct 10, 2023
1 parent 6285e83 commit 7b2f0ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:20-alpine
FROM node:20-slim

RUN apk update
RUN apk add build-base cmake git libressl-dev
RUN apt-get update
RUN apt-get install -y build-essential cmake git libssl-dev

WORKDIR /app

Expand Down

0 comments on commit 7b2f0ac

Please sign in to comment.