Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed May 13, 2024
1 parent 19b94ef commit 5f51453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine

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

WORKDIR /app
COPY . .
Expand Down

0 comments on commit 5f51453

Please sign in to comment.