1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00
This commit is contained in:
kev 2015-05-31 11:17:37 +08:00
parent 783aca7ef6
commit 1514838fff

View File

@ -14,8 +14,8 @@ RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libmcrypt-dev
WORKDIR /var/www/html
ENV OPENCART_VER 2.0.3.0
ENV OPENCART_MD5 27f22c70eac060a304fc64311c8278d5
ENV OPENCART_VER 2.0.3.1
ENV OPENCART_MD5 4ea0ed854526f580b56219757a22a891
ENV OPENCART_URL https://github.com/opencart/opencart/archive/${OPENCART_VER}.tar.gz
ENV OPENCART_FILE opencart.tar.gz