mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-13 15:16:49 +02:00
Update Dockerfile
This commit is contained in:
parent
538eeb3d6f
commit
371c0777bb
@ -29,9 +29,9 @@ RUN apt-get update \
|
||||
&& apt-get autoremove -y \
|
||||
&& apt-get clean -y
|
||||
|
||||
RUN su ${USERNAME} -c "mix local.hex --force \
|
||||
&& mix local.rebar --force \
|
||||
&& mix archive.install --force hex phx_new ${PHOENIX_VERSION}"
|
||||
#RUN su ${USERNAME} -c "mix local.hex --force \
|
||||
# && mix local.rebar --force \
|
||||
# && mix archive.install --force hex phx_new ${PHOENIX_VERSION}"
|
||||
|
||||
# [Optional] Uncomment this section to install additional OS packages.
|
||||
# RUN apt-get update \
|
||||
|
Loading…
Reference in New Issue
Block a user