Use alpine 3.9 for docker. Fixes #15

See https://github.com/erlang/docker-erlang-otp/issues/235
parent 23717032
# Based on https://github.com/erlang/docker-erlang-example # Based on https://github.com/erlang/docker-erlang-example
FROM erlang:alpine as builder FROM erlang:21-alpine as builder
RUN apk add --no-cache git RUN apk add --no-cache git
...@@ -17,7 +17,7 @@ RUN if [ ! -f config/prod-vm.args ]; then cp config/vm.args.example config/prod- ...@@ -17,7 +17,7 @@ RUN if [ ! -f config/prod-vm.args ]; then cp config/vm.args.example config/prod-
RUN rebar3 as prod release RUN rebar3 as prod release
FROM alpine FROM alpine:3.9
RUN apk add --no-cache openssl && \ RUN apk add --no-cache openssl && \
apk add --no-cache ncurses-libs && \ apk add --no-cache ncurses-libs && \
apk add --no-cache dumb-init apk add --no-cache dumb-init
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment