summaryrefslogtreecommitdiffstats
path: root/packaging/makeself/build-static.sh
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-10-29 12:39:11 +0000
committerGitHub <noreply@github.com>2021-10-29 12:39:11 +0000
commit28881271aa8a84ef00ec41673037b06636182b8e (patch)
tree157f56d5de4316d5ae3e8580b19957ca25ff7d53 /packaging/makeself/build-static.sh
parent0c3054059d982d353f738e391f9247c91b0ab6c4 (diff)
Bring eBPF to static binaries (#11709)
Diffstat (limited to 'packaging/makeself/build-static.sh')
-rwxr-xr-xpackaging/makeself/build-static.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/makeself/build-static.sh b/packaging/makeself/build-static.sh
index 69668966db..17acec7a2d 100755
--- a/packaging/makeself/build-static.sh
+++ b/packaging/makeself/build-static.sh
@@ -39,7 +39,7 @@ if ! docker inspect "${DOCKER_CONTAINER_NAME}" > /dev/null 2>&1; then
# inside the container and runs the script install-alpine-packages.sh
# (also inside the container)
#
- if docker inspect alpine:3.14 > dev/null 2>&1; then
+ if docker inspect alpine:3.14 > /dev/null 2>&1; then
run docker image remove alpine:3.14
run docker pull --platform=${platform} alpine:3.14
fi