We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4d9b3 commit 6929ea7Copy full SHA for 6929ea7
1 file changed
stacks/podman/build.sh
@@ -40,10 +40,8 @@ EOF
40
install-stack rust "${RUST_VERSION}"
41
. init-stack
42
43
- curl -fsSL -o tmp.tar.gz https://github.com/containers/podman/archive/refs/tags/v${STACK_VERSION}.tar.gz
44
- tar -xzf tmp.tar.gz && rm tmp.tar.gz
+ git clone -b v${STACK_VERSION} --dept=1 https://github.com/containers/podman podman-${STACK_VERSION}
45
cd podman-${STACK_VERSION}
46
-
47
PREFIX=/opt/drycc/podman make BUILDTAGS="seccomp"
48
PREFIX=/opt/drycc/podman make install
49
cd /workspace
0 commit comments