Skip to content

Commit

Permalink
Merge pull request #1 from rpadam/curl_imagemagick
Browse files Browse the repository at this point in the history
Install curl and imagemagick
  • Loading branch information
rpadam authored Jul 10, 2017
2 parents 014c836 + 1e88b8f commit 59a38ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN apt-get update && apt-get install -y \
ssh \
unzip \
wget \
curl \
imagemagick \
&& apt-get clean

RUN wget -O ./sauce-connect.tar.gz https://saucelabs.com/downloads/sc-$SC_VERSION-linux.tar.gz \
Expand Down

0 comments on commit 59a38ae

Please sign in to comment.