Update Dockerfile

This commit is contained in:
Mickaël Rémond 2020-12-16 08:40:30 +01:00 committed by GitHub
parent 538eeb3d6f
commit 371c0777bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -29,9 +29,9 @@ RUN apt-get update \
&& apt-get autoremove -y \ && apt-get autoremove -y \
&& apt-get clean -y && apt-get clean -y
RUN su ${USERNAME} -c "mix local.hex --force \ #RUN su ${USERNAME} -c "mix local.hex --force \
&& mix local.rebar --force \ # && mix local.rebar --force \
&& mix archive.install --force hex phx_new ${PHOENIX_VERSION}" # && mix archive.install --force hex phx_new ${PHOENIX_VERSION}"
# [Optional] Uncomment this section to install additional OS packages. # [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update \ # RUN apt-get update \