Commit 072ba431 authored by 魏旭光's avatar 魏旭光

add curl

parent 150dadfc
...@@ -118,7 +118,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \ ...@@ -118,7 +118,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
# the rest away. To do this, we need to install `gettext` # the rest away. To do this, we need to install `gettext`
# then move `envsubst` out of the way so `gettext` can # then move `envsubst` out of the way so `gettext` can
# be deleted completely, then move `envsubst` back. # be deleted completely, then move `envsubst` back.
&& apk add --no-cache --virtual .gettext gettext \ && apk add --no-cache --virtual .gettext gettext curl \
&& mv /usr/bin/envsubst /tmp/ \ && mv /usr/bin/envsubst /tmp/ \
\ \
&& runDeps="$( \ && runDeps="$( \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment