Skip to content

Commit

Permalink
lcov moved
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed May 13, 2024
1 parent aedc676 commit 19b94ef
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,8 +1,8 @@
FROM alpine

RUN apk add zsh npm deno && \
# for CI [test] coverage
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing lcov
# for CI [test] coverage (NOTE: `community` was `test` before 5/2024)
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community

WORKDIR /app
COPY . .
Expand Down

0 comments on commit 19b94ef

Please sign in to comment.