1
0
mirror of synced 2025-12-21 19:11:14 -05:00
Files
airbyte/tools/site/link_checker.Dockerfile

9 lines
179 B
Docker

FROM google/dart
RUN pub global activate linkcheck
ENTRYPOINT ["/root/.pub-cache/bin/linkcheck"]
LABEL io.airbyte.version=0.1.0
LABEL io.airbyte.name=airbyte/tool-link-checker