fix typo
This commit is contained in:
parent
cd1e368128
commit
4e884e2258
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ RUN apt-get update \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -r /var/lib/apt/lists/*
|
&& rm -r /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV AUTOUPGRADE=1
|
ENV AUTO_UPGRADE=1
|
||||||
ENV LE_WORKING_DIR=/acme.sh
|
ENV LE_WORKING_DIR=/acme.sh
|
||||||
ENV LE_CONFIG_HOME=/acmecerts
|
ENV LE_CONFIG_HOME=/acmecerts
|
||||||
RUN wget -O- https://get.acme.sh | sh
|
RUN wget -O- https://get.acme.sh | sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue