Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#68 from hxiong388/add-imagemagick
Browse files Browse the repository at this point in the history
Install imagemagick in base image
  • Loading branch information
hxiong388 authored Jan 26, 2017
2 parents 3dde96e + d8bce12 commit a38ad51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions appengine/image_files/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN apt-get update -y && \
curl \
git \
file \
imagemagick \
libffi-dev \
libgdbm-dev \
libgmp-dev \
Expand Down
5 changes: 5 additions & 0 deletions appengine/image_files/test_base_image.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"name": "test_rails_env_var",
"command": ["ruby", "-e", "puts ENV[\"RAILS_ENV\"]"],
"expectedOutput": ["production\n"]
},
{
"name": "test_imagemagick_installation",
"command": ["convert", "-version"],
"expectedOutput": ["Version: ImageMagick [0-9]+\\.\\d+.*"]
}
],
"licenseTests": [
Expand Down

0 comments on commit a38ad51

Please sign in to comment.