Skip to content

Commit

Permalink
docker: Move bsd-compat-headers outside build-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Oct 4, 2016
1 parent d981658 commit 252c4c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN sed -f docker/erlang.config.sed priv/erlang.config.in > /etc/zotonic/erlang.

# Note: dumb-init and gosu are pulled from edge; remove that when upgrading to an alpine release that
# includes those packages.
RUN apk add --virtual build-deps --no-cache ca-certificates wget curl make gcc musl-dev g++ bsd-compat-headers git \
&& apk add --no-cache bash gettext imagemagick \
RUN apk add --virtual build-deps --no-cache ca-certificates wget curl make gcc musl-dev g++ git \
&& apk add --no-cache bash bsd-compat-headers gettext imagemagick \
&& apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community/ dumb-init \
erlang erlang-inets erlang-compiler erlang-crypto erlang-mnesia erlang-ssl erlang-stdlib erlang-public-key erlang-tools erlang-dev erlang-asn1 erlang-syntax-tools erlang-eunit erlang-parsetools erlang-snmp erlang-sasl erlang-xmerl erlang-erl-interface \
&& apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ gosu \
Expand Down

0 comments on commit 252c4c9

Please sign in to comment.