Skip to content

Commit

Permalink
fix: fix deno library problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Jun 8, 2024
1 parent e66280e commit 78b4525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM denoland/deno:alpine-1.27.0 AS deno
FROM denoland/deno:distroless-1.27.0 AS deno

FROM docker:latest
COPY --from=deno /bin/deno /usr/local/bin/deno
COPY --from=deno /usr/glibc-compat /usr/glibc-compat
FROM docker:26-cli
COPY --from=deno /bin/deno /bin/deno
COPY --from=deno /lib/* /lib/
COPY --from=deno /lib64/* /lib64/
COPY --from=deno /usr/lib/* /usr/lib/
Expand Down
10 changes: 0 additions & 10 deletions entrypoint.sh

This file was deleted.

0 comments on commit 78b4525

Please sign in to comment.