Skip to content

Commit

Permalink
Image for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 24, 2022
1 parent 929ef49 commit caafa2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM python:3.11-rc-slim-buster
RUN apt update
RUN apt-get install git
13 changes: 3 additions & 10 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,10 @@ jobs:
name: Chef - Validate cached ZAP files
runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'

container:
image: python:3.11-rc-slim-buster
options: --user root

runs:
using: 'docker'
image: 'Dockerfile'
steps:
- name: Install git
shell: bash
run: |
sudo apt update
sudo apt-get install git
- uses: Wandalen/wretry.action@v1.0.15
name: Checkout
with:
Expand Down

0 comments on commit caafa2e

Please sign in to comment.