Bump SeedDMS version to 5.1.8
This commit is contained in:
parent
b1cb08a815
commit
435730095c
@ -15,7 +15,7 @@ RUN \
|
|||||||
# Install full-featured wget to work around sourceforge bugs
|
# Install full-featured wget to work around sourceforge bugs
|
||||||
apk --no-cache add wget \
|
apk --no-cache add wget \
|
||||||
# Install SeedDMS
|
# Install SeedDMS
|
||||||
&& wget https://sourceforge.net/projects/seeddms/files/seeddms-5.1.7/seeddms-quickstart-5.1.7.tar.gz/download -O /srv/seeddms.tgz \
|
&& wget https://sourceforge.net/projects/seeddms/files/seeddms-5.1.8/seeddms-quickstart-5.1.8.tar.gz/download -O /srv/seeddms.tgz \
|
||||||
&& tar xzf /srv/seeddms.tgz -C /srv \
|
&& tar xzf /srv/seeddms.tgz -C /srv \
|
||||||
&& mv /srv/seeddms51x /srv/seeddms \
|
&& mv /srv/seeddms51x /srv/seeddms \
|
||||||
&& rm -f /srv/seeddms.tgz \
|
&& rm -f /srv/seeddms.tgz \
|
||||||
|
Loading…
Reference in New Issue
Block a user