Skip to content

Commit

Permalink
Merge pull request #2 from cytopia/release-0.2
Browse files Browse the repository at this point in the history
Fix requirements
  • Loading branch information
cytopia authored Mar 24, 2020
2 parents 61d0c83 + c2a6592 commit 926c633
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ LABEL "org.opencontainers.image.title"="linkcheck ${VERSION}"
LABEL "org.opencontainers.image.description"="linkcheck ${VERSION}"

RUN set -x \
&& apk add --no-cache bash
&& apk add --no-cache \
bash \
curl
COPY --from=builder /usr/bin/linkcheck /usr/bin/linkcheck
WORKDIR /data
ENTRYPOINT ["linkcheck"]
Expand Down

0 comments on commit 926c633

Please sign in to comment.