Skip to content

Commit

Permalink
comments, re-indents, etc (nothing substantitive)
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed May 14, 2024
1 parent 5f51453 commit b849b66
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
@@ -1,7 +1,7 @@
FROM alpine

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

WORKDIR /app
Expand Down

0 comments on commit b849b66

Please sign in to comment.