We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
convert
1 parent e8ba775 commit bed1b3eCopy full SHA for bed1b3e
Dockerfile.codeship
@@ -1,5 +1,8 @@
1
FROM elixir:1.9.1-alpine
2
3
+# add `convert` utility from imagemagick for image transformations
4
+RUN apk add --no-cache imagemagick
5
+
6
RUN mix local.hex --force && \
7
mix local.rebar --force
8
0 commit comments