We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf86f8 commit d51e4dbCopy full SHA for d51e4db
ubuntu/22.04.Dockerfile
@@ -69,9 +69,9 @@ ENV ELIXIR_VERSION=1.16.2
69
ENV MAKEFLAGS=-j8
70
RUN vfox add erlang \
71
&& vfox add elixir \
72
- && vfox install erlang@${ERLANG_VERSION} \
73
- && vfox use -g erlang@${ERLANG_VERSION} \
74
-RUN bash -c 'eval "$(vfox activate bash)"' \
75
- && bash -c 'vfox install elixir@${ELIXIR_VERSION}'
+ && vfox install erlang@${ERLANG_VERSION}
+RUN vfox use erlang@${ERLANG_VERSION} \
+ && eval "$(vfox activate bash)" \
+ && vfox install elixir@${ELIXIR_VERSION}
76
77
RUN echo 'root:EnjoyLife' | chpasswd
0 commit comments