Skip to content

Commit

Permalink
change base image and add openssl to reduce size
Browse files Browse the repository at this point in the history
fdibartolo committed Dec 6, 2018
1 parent d742381 commit 21504c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
FROM elixir:1.7.4
FROM elixir:1.7.4-alpine

RUN apk update && \
apk add --no-cache openssl && \
rm -rf /var/cache/apk/*

ENV PORT 4000

0 comments on commit 21504c2

Please sign in to comment.