Skip to content

Commit

Permalink
deno latest docker image having issues on mac/ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Feb 18, 2024
1 parent a3bc658 commit e3518ee
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
@@ -1,6 +1,6 @@
FROM denoland/deno:alpine
FROM alpine

RUN apk add zsh npm && \
RUN apk add zsh npm deno && \
# for CI [test] coverage
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing lcov

Expand Down

0 comments on commit e3518ee

Please sign in to comment.