Skip to content

Commit

Permalink
Merge pull request #88 from chenlingmin/master
Browse files Browse the repository at this point in the history
2.10.0 released
  • Loading branch information
jjethwa authored Oct 18, 2017
2 parents 6424a49 + 1ed7e51 commit cf1315f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get -qq update && \
apt-get -qqy install -t stretch-backports --no-install-recommends bash openjdk-8-jre-headless ca-certificates-java supervisor procps sudo ca-certificates openssh-client mysql-server mysql-client pwgen curl git uuid-runtime parallel && \
cd /tmp/ && \
curl -Lo /tmp/rundeck.deb http://dl.bintray.com/rundeck/rundeck-deb/rundeck-2.9.4-1-GA.deb && \
echo '390b74903a6f908bb4e7c25774a72a042d3b7a4fe0dc74de924c85777a9ec2f0 rundeck.deb' > /tmp/rundeck.sig && \
curl -Lo /tmp/rundeck.deb http://dl.bintray.com/rundeck/rundeck-deb/rundeck-2.10.0-1-GA.deb && \
echo '977021067f875e96076679d54d26570b6dfd5405eb9b8cf72a067c41a24b159d rundeck.deb' > /tmp/rundeck.sig && \
shasum -a256 -c /tmp/rundeck.sig && \
curl -Lo /tmp/rundeck-cli.deb https://github.com/rundeck/rundeck-cli/releases/download/v1.0.19/rundeck-cli_1.0.19-1_all.deb && \
echo 'e6d3a3bab96fa09d2cb0941a8c5d7156294c002909377b2918ed189f8797cb2c rundeck-cli.deb' > /tmp/rundeck-cli.sig && \
Expand Down

0 comments on commit cf1315f

Please sign in to comment.