mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-03 13:21:49 +02:00
fix
This commit is contained in:
parent
8daeb37d16
commit
c0791390f2
@ -21,7 +21,7 @@ ENV OPENCART_FILE opencart.tar.gz
|
||||
|
||||
RUN curl -sSL ${OPENCART_URL} -o ${OPENCART_FILE} \
|
||||
&& 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 admin/config-dist.php admin/config.php \
|
||||
&& rm ${OPENCART_FILE} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user