Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
six-standard authored Aug 18, 2024
1 parent 832b0d9 commit 2767f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:22-alpine AS builder

RUN apk add --no-cache libc6-compat
RUN apk add --no-cache libc6-compat curl unzip

RUN curl -L -o /repo.zip https://github.com/DSM-Repo/repo/archive/main.zip && \
unzip /repo.zip -d /
Expand Down

0 comments on commit 2767f83

Please sign in to comment.