1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 08:22:56 +00:00
neilpang
2017-12-02 19:54:33 +08:00
parent bf942a4cb3
commit b615cce92d
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine
FROM alpine:3.6
RUN apk update -f \
&& apk --no-cache add -f \
+1 -2
View File
@@ -463,8 +463,7 @@ if _exists xargs && [ "$(printf %s '\\x41' | xargs printf)" = 'A' ]; then
fi
_h2b() {
if _exists xxd; then
xxd -r -p
if _exists xxd && xxd -r -p 2>/dev/null; then
return
fi