Skip to content

Commit

Permalink
New Omeka-S version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dodeeric committed Aug 1, 2018
1 parent 79c4b4d commit 190aa85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-di
RUN pecl install mcrypt-1.0.1 && docker-php-ext-enable mcrypt && pecl install imagick && docker-php-ext-enable imagick

# Add the Omeka-S PHP code
COPY ./omeka-s-1.1.1.zip /var/www/
RUN unzip -q /var/www/omeka-s-1.1.1.zip -d /var/www/ \
&& rm /var/www/omeka-s-1.1.1.zip \
COPY ./omeka-s-1.2.0.zip /var/www/
RUN unzip -q /var/www/omeka-s-1.2.0.zip -d /var/www/ \
&& rm /var/www/omeka-s-1.2.0.zip \
&& rm -rf /var/www/html/ \
&& mv /var/www/omeka-s/ /var/www/html/

Expand Down
Binary file renamed omeka-s-1.1.1.zip → omeka-s-1.2.0.zip
Binary file not shown.

0 comments on commit 190aa85

Please sign in to comment.