Skip to content

Commit

Permalink
mix: Fix build with Alpine 3.12 and higher (thanks to Paul Menzel)(#77)
Browse files Browse the repository at this point in the history
Many erlang subpackages are included in erlang package since Alpine 3.12.
  • Loading branch information
badlop committed Jan 13, 2022
1 parent d414512 commit 856296e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ LABEL maintainer="ProcessOne <[email protected]>" \
RUN apk upgrade --update musl \
&& apk add build-base git zlib-dev openssl-dev yaml-dev expat-dev sqlite-dev \
gd-dev jpeg-dev libpng-dev libwebp-dev autoconf automake bash \
elixir erlang-crypto erlang-eunit erlang-mnesia erlang-erts erlang-hipe \
erlang-tools erlang-os-mon erlang-syntax-tools erlang-parsetools \
erlang-runtime-tools erlang-reltool erlang-odbc file curl \
elixir erlang-reltool erlang-odbc file curl \
&& rm -rf /var/cache/apk/*

# Setup runtime environment
Expand Down

0 comments on commit 856296e

Please sign in to comment.