Skip to content

Commit 35136a4

Browse files
committed
fix: Remove asdf.
1 parent 4c41a1d commit 35136a4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docker/editor-server/Dockerfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,6 @@ RUN echo $LANG UTF-8 | tee -a /etc/locale.gen \
6969
&& update-locale LANG=$LANG \
7070
&& update-locale LC_ALL=$LANG
7171

72-
# Now using ASDF manage packages
73-
ARG ASDF_DIR=/opt/asdf
74-
ARG ASDF_DATA_DIR=/opt/asdf-data
75-
ENV ASDF_DIR=$ASDF_DIR
76-
ENV ASDF_DATA_DIR=$ASDF_DATA_DIR
77-
RUN git clone https://github.com/asdf-vm/asdf.git $ASDF_DIR --branch v0.12.0 \
78-
&& touch $ASDF_DIR/asdf_updates_disabled \
79-
&& echo "source $ASDF_DIR/asdf.sh" | tee -a "/etc/zsh/zshrc"
80-
8172
# install erlang and elixir
8273
RUN curl -sSLf https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb -o /tmp/erlang-solutions_2.0_all.deb \
8374
&& dpkg -i /tmp/erlang-solutions_2.0_all.deb \

0 commit comments

Comments
 (0)