summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorMickaël Rémond <mremond@process-one.net>2020-12-16 08:40:30 +0100
committerGitHub <noreply@github.com>2020-12-16 08:40:30 +0100
commit371c0777bbb7e070da781548cead55ace5c4d5ed (patch)
treeda18c10a3dd58ca3f93366522e5a349c59197664 /.devcontainer
parentCreate Dockerfile (diff)
Update Dockerfile
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index ffff104f..12cdc9eb 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -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 \