Skip to content

Commit

Permalink
Change to release version of stf-client
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfedr committed Sep 3, 2019
1 parent af8dba9 commit d93f7ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
8 changes: 2 additions & 6 deletions 28-stf-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,9 @@ RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
# stf-client
build-essential \
# gem specific_install
git \
gem \
# Without rake fails to install stf-client
&& gem install specific_install rake \
# && gem install rake stf-client \
# https://github.com/Malinskiy/stf-client/pull/10
&& gem specific_install https://github.com/mcfedr/stf-client.git add-adb-key \
&& gem install rake stf-client --no-doc \
&& apt-mark auto '.*' > /dev/null \
&& apt-mark manual $savedAptMark > /dev/null \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
Expand Down
8 changes: 2 additions & 6 deletions 29-stf-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,9 @@ RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
# stf-client
build-essential \
# gem specific_install
git \
gem \
# Without rake fails to install stf-client
&& gem install specific_install rake \
# && gem install rake stf-client \
# https://github.com/Malinskiy/stf-client/pull/10
&& gem specific_install https://github.com/mcfedr/stf-client.git add-adb-key \
&& gem install rake stf-client --no-doc \
&& apt-mark auto '.*' > /dev/null \
&& apt-mark manual $savedAptMark > /dev/null \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
Expand Down
8 changes: 2 additions & 6 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,9 @@ RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
# stf-client
build-essential \
# gem specific_install
git \
gem \
# Without rake fails to install stf-client
&& gem install specific_install rake \
# && gem install rake stf-client \
# https://github.com/Malinskiy/stf-client/pull/10
&& gem specific_install https://github.com/mcfedr/stf-client.git add-adb-key \
&& gem install rake stf-client --no-doc \
&& apt-mark auto '.*' > /dev/null \
&& apt-mark manual $savedAptMark > /dev/null \
&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \
Expand Down

0 comments on commit d93f7ee

Please sign in to comment.