Skip to content

Commit

Permalink
Add podman deps
Browse files Browse the repository at this point in the history
  • Loading branch information
blazzy committed Jul 23, 2024
1 parent 3e032c6 commit 218a0fb
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,30 @@ jobs:

- name: Build Podman
run: |
sudo apt-get install \
btrfs-progs \
crun \
git \
golang-go \
go-md2man \
iptables \
libassuan-dev \
libbtrfs-dev \
libc6-dev \
libdevmapper-dev \
libglib2.0-dev \
libgpgme-dev \
libgpg-error-dev \
libprotobuf-dev \
libprotobuf-c-dev \
libseccomp-dev \
libselinux1-dev \
libsystemd-dev \
pkg-config \
uidmap
cd podman
make PREFIX=/usr
make BUILDTAGS="systemd" PREFIX=/usr
sudo make install PREFIX=/usr
- name: Start Podman
Expand Down

0 comments on commit 218a0fb

Please sign in to comment.