Skip to content

Commit

Permalink
improve required deps
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Batschelet <sam.batschelet@avalabs.org>
  • Loading branch information
hexfusion committed Jun 23, 2023
1 parent d65c7da commit 7d6ffc5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion vms/rpcchainvm/runtime/scripts/install-podman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ apt-get install -y \
runc libsystemd-dev \
libgpgme-dev libseccomp-dev \
libbtrfs-dev libdevmapper-dev \
build-essential
build-essential btrfs-progs \
crun go-md2man \
iptables libassuan-dev \
libbtrfs-dev libc6-dev \
libglib2.0-dev libgpg-error-dev \
libprotobuf-dev libprotobuf-c-dev \
libseccomp-dev libselinux1-dev \
libsystemd-dev pkg-config \
uidmap catatonit

GOARCH=$(go env GOARCH)
GOOS=$(go env GOOS)
Expand Down

0 comments on commit 7d6ffc5

Please sign in to comment.