Skip to content

Commit

Permalink
added python3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry123 committed Nov 10, 2023
1 parent ff582c9 commit 879c322
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
docker run --privileged --rm tonistiigi/binfmt --install arm64,amd64
docker buildx create --use --name cross-builder
- name: Install openssl
run: sudo apt-get install -y libssl-dev
run: |
sudo apt-get install -y libssl-dev python3
which python3
- name: Build and push image
run: make PROFILE=maxperf docker-build-latest

0 comments on commit 879c322

Please sign in to comment.