Skip to content

Commit

Permalink
Add container for running idoc
Browse files Browse the repository at this point in the history
This is just the base idoc container plus some dependencies we need for
CI.
  • Loading branch information
yorickpeterse committed Jun 24, 2024
1 parent e621da3 commit b1975cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ jobs:
uses: ./.github/workflows/container.yml
with:
name: 'ubuntu'
idoc:
uses: ./.github/workflows/container.yml
with:
name: 'idoc'
2 changes: 2 additions & 0 deletions ci/docker/idoc/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM ghcr.io/inko-lang/idoc:latest
RUN microdnf install --quiet --assumeyes rclone git tar make

0 comments on commit b1975cd

Please sign in to comment.