mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
fix
This commit is contained in:
@@ -21,7 +21,7 @@ ENV OPENCART_FILE opencart.tar.gz
|
|||||||
|
|
||||||
RUN curl -sSL ${OPENCART_URL} -o ${OPENCART_FILE} \
|
RUN curl -sSL ${OPENCART_URL} -o ${OPENCART_FILE} \
|
||||||
&& echo "${OPENCART_MD5} ${OPENCART_FILE}" | md5sum -c \
|
&& echo "${OPENCART_MD5} ${OPENCART_FILE}" | md5sum -c \
|
||||||
&& tar xzf ${OPENCART_FILE} --strip 2 '*/upload/' \
|
&& tar xzf ${OPENCART_FILE} --strip 2 --wildcards '*/upload/' \
|
||||||
&& mv config-dist.php config.php \
|
&& mv config-dist.php config.php \
|
||||||
&& mv admin/config-dist.php admin/config.php \
|
&& mv admin/config-dist.php admin/config.php \
|
||||||
&& rm ${OPENCART_FILE} \
|
&& rm ${OPENCART_FILE} \
|
||||||
|
|||||||
Reference in New Issue
Block a user