Fix compilation and upgrade alpine

This commit is contained in:
sn0w 2019-03-20 11:14:31 +01:00
parent e0407cfb53
commit 3425314e5d
No known key found for this signature in database
GPG Key ID: DDEDFB9D3FA15727
1 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.8
FROM alpine:3.9
# Set up environment
ENV LC_ALL=C.UTF-8
@ -20,10 +20,7 @@ RUN \
build-base \
\
&& apk add --no-cache --virtual .runtime \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/main \
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
--force-overwrite \
erlang erlang-runtime-tools erlang-xmerl elixir
erlang erlang-runtime-tools erlang-xmerl erlang-ssl erlang-eldap elixir
# Add entrypoint
COPY ./entrypoint.sh /