Skip to content

Commit

Permalink
start with base-devel already installed, from same official repo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndydeCleyre committed Jun 10, 2021
1 parent aa3d803 commit cd70b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:

- name: create and update build ctnr from official repos
run: |
buildah from --name ctnr archlinux
buildah from --name ctnr docker.io/library/archlinux:base-devel
buildah run ctnr pacman --noconfirm -Syu
buildah run ctnr pacman --noconfirm -S --needed base-devel git
buildah run ctnr pacman --noconfirm -S --needed git
- name: add non-root user to build ctnr
run: |
Expand Down

0 comments on commit cd70b10

Please sign in to comment.