kmlabz/apacheds
kmlabz
/
apacheds
Archived
2
0
Fork 0

fix filename
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2020-07-14 18:51:38 +02:00
parent 82174fb6c2
commit 2062c319d3
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ MAINTAINER tormakris
ENV ADS_VERSION=2.0.0.AM26
ADD http://xenia.sote.hu/ftp/mirrors/www.apache.org//directory/apacheds/dist/ADS_VERSION/apacheds-ADS_VERSION.tar.gz /tmp/apacheds.tgz
ADD http://xenia.sote.hu/ftp/mirrors/www.apache.org//directory/apacheds/dist/ADS_VERSION/apacheds-ADS_VERSION.tar.gz /tmp/apacheds.tar.gz
RUN tar -C /opt -xf /tmp/apacheds.tgz && rm /tmp/apacheds.tgz
RUN tar -C /opt -xf /tmp/apacheds.tar.gz && rm /tmp/apacheds.tar.gz
ENV ADS_INSTANCES=/ads \
ADS_HOME=/opt/apacheds-${ADS_VERSION}