Skip to content

Commit

Permalink
.github/workflows/build.yml: add python3-venv to the acdh image variant
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Apr 9, 2024
1 parent 5f8e52f commit 84213d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: docker push acdhch/arche-filechecker:latest
- name: build ACDH
run: |
echo "RUN apt update && apt install -y vim && apt clean" >> Dockerfile
echo "RUN apt update && apt install -y vim python3-venv && apt clean" >> Dockerfile
docker build -t acdhch/arche-filechecker:acdh --label "buildUrl=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" .
- uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 84213d9

Please sign in to comment.