Skip to content

Commit

Permalink
Merge branch 'release-1.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett committed Mar 29, 2017
2 parents a4e5be7 + a37fb60 commit 96bd357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ RUN rpm -i apel-lib-1.6.0-1.el6.noarch.rpm --nodeps
RUN rpm -i apel-server-1.6.0-1.el6.noarch.rpm --nodeps

# get APEL REST interface
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

# unzip APEL REST interface and mv to apel_rest dir
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

# remove APEL REST zip
RUN rm apel_rest.zip
Expand Down

0 comments on commit 96bd357

Please sign in to comment.