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 4c41a1d commit 35136a4Copy full SHA for 35136a4
docker/editor-server/Dockerfile
@@ -69,15 +69,6 @@ RUN echo $LANG UTF-8 | tee -a /etc/locale.gen \
69
&& update-locale LANG=$LANG \
70
&& update-locale LC_ALL=$LANG
71
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
-
81
# install erlang and elixir
82
RUN curl -sSLf https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb -o /tmp/erlang-solutions_2.0_all.deb \
83
&& dpkg -i /tmp/erlang-solutions_2.0_all.deb \
0 commit comments