We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4e5be7 + a37fb60 commit 96bd357Copy full SHA for 96bd357
docker/Dockerfile
@@ -36,10 +36,10 @@ RUN rpm -i apel-lib-1.6.0-1.el6.noarch.rpm --nodeps
36
RUN rpm -i apel-server-1.6.0-1.el6.noarch.rpm --nodeps
37
38
# get APEL REST interface
39
-RUN https://github.com/indigo-dc/Accounting/archive/1.3.1-1.zip -O apel_rest.zip
+RUN wget https://github.com/indigo-dc/Accounting/archive/1.3.2-1.zip -O apel_rest.zip
40
41
# unzip APEL REST interface and mv to apel_rest dir
42
-RUN unzip apel_rest.zip && mv Accounting-1.3.1-1 apel_rest
+RUN unzip apel_rest.zip && mv Accounting-1.3.2-1 apel_rest
43
44
# remove APEL REST zip
45
RUN rm apel_rest.zip
0 commit comments