Skip to content

Commit d51e4db

Browse files
committed
chore: split install
1 parent ccf86f8 commit d51e4db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ubuntu/22.04.Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ ENV ELIXIR_VERSION=1.16.2
6969
ENV MAKEFLAGS=-j8
7070
RUN vfox add erlang \
7171
&& 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}'
72+
&& vfox install erlang@${ERLANG_VERSION}
73+
RUN vfox use erlang@${ERLANG_VERSION} \
74+
&& eval "$(vfox activate bash)" \
75+
&& vfox install elixir@${ELIXIR_VERSION}
7676

7777
RUN echo 'root:EnjoyLife' | chpasswd

0 commit comments

Comments
 (0)