mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-19 13:43:18 +00:00
Fix curl usage for knockd install (#2027)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
apk add --no-cache -U \
|
||||
openssl \
|
||||
@@ -27,6 +28,6 @@ apk add --no-cache -U \
|
||||
libpcap
|
||||
|
||||
# Patched knockd
|
||||
curl -o /tmp/knock.tar.gz https://github.com/Metalcape/knock/releases/download/0.8.1/knock-0.8.1-alpine-amd64.tar.gz
|
||||
curl -fsSL -o /tmp/knock.tar.gz https://github.com/Metalcape/knock/releases/download/0.8.1/knock-0.8.1-alpine-amd64.tar.gz
|
||||
tar -xf /tmp/knock.tar.gz -C /usr/local/ && rm /tmp/knock.tar.gz
|
||||
ln -s /usr/local/sbin/knockd /usr/sbin/knockd
|
||||
|
||||
Reference in New Issue
Block a user