Skip to content

Commit bed1b3e

Browse files
committed
add convert utility from imagemagick for image transformations
1 parent e8ba775 commit bed1b3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile.codeship

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM elixir:1.9.1-alpine
22

3+
# add `convert` utility from imagemagick for image transformations
4+
RUN apk add --no-cache imagemagick
5+
36
RUN mix local.hex --force && \
47
mix local.rebar --force
58

0 commit comments

Comments
 (0)