Skip to content

Commit

Permalink
Added curl to the final image
Browse files Browse the repository at this point in the history
  • Loading branch information
heidrifx committed Aug 15, 2024
1 parent 685fab2 commit c6c8ec4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/buildAndPushImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
- name: Install pack CLI via the official buildpack Action https://github.com/buildpacks/github-actions#setup-pack-cli-action
uses: buildpacks/github-actions/[email protected]

- name: Install curl
run: |
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y curl
sudo apt-get autoremove -y
sudo apt-get autoclean -y
- name: Build app with pack CLI using Buildpack Cache image (see https://buildpacks.io/docs/app-developer-guide/using-cache-image/) & publish to Docker Hub
run: |
pack build index.docker.io/well5a/$IMAGE_NAME:latest \
Expand Down

0 comments on commit c6c8ec4

Please sign in to comment.