Skip to content

Commit 50c0413

Browse files
authored
fix: elixir install
1 parent 2cbebec commit 50c0413

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ubuntu/22.04.Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ ENV MAKEFLAGS=-j8
6666
RUN vfox add erlang \
6767
&& vfox add elixir \
6868
&& vfox install erlang@${ERLANG_VERSION} \
69+
&& vfox use -g erlang@${ERLANG_VERSION} \
70+
&& eval "$(vfox activate bash)" \
6971
&& vfox install elixir@${ELIXIR_VERSION}
7072

71-
RUN echo 'root:EnjoyLife' | chpasswd
73+
RUN echo 'root:EnjoyLife' | chpasswd

0 commit comments

Comments
 (0)