Skip to content

Commit

Permalink
fix: remove packages from builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Ellison committed Nov 20, 2023
1 parent e01bb7e commit 8eb1bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN --mount=type=secret,id=FONTAWESOME_NPM_AUTH_TOKEN \


FROM node:18.18-alpine AS builder
RUN apk add --no-cache libc6-compat gcompat
RUN apk add --no-cache g++ make
# RUN apk add --no-cache libc6-compat gcompat
# RUN apk add --no-cache g++ make

# RUN ln -s /lib/libc.musl-x86_64.so.1 /lib/ld-linux-x86-64.so.2
WORKDIR /app
Expand Down

0 comments on commit 8eb1bbd

Please sign in to comment.