Fix compilation and upgrade alpine
This commit is contained in:
parent
e0407cfb53
commit
3425314e5d
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.8
|
FROM alpine:3.9
|
||||||
|
|
||||||
# Set up environment
|
# Set up environment
|
||||||
ENV LC_ALL=C.UTF-8
|
ENV LC_ALL=C.UTF-8
|
||||||
@ -20,10 +20,7 @@ RUN \
|
|||||||
build-base \
|
build-base \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache --virtual .runtime \
|
&& apk add --no-cache --virtual .runtime \
|
||||||
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/main \
|
erlang erlang-runtime-tools erlang-xmerl erlang-ssl erlang-eldap elixir
|
||||||
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
|
|
||||||
--force-overwrite \
|
|
||||||
erlang erlang-runtime-tools erlang-xmerl elixir
|
|
||||||
|
|
||||||
# Add entrypoint
|
# Add entrypoint
|
||||||
COPY ./entrypoint.sh /
|
COPY ./entrypoint.sh /
|
||||||
|
Loading…
Reference in New Issue
Block a user