Fix asdf install in dockerfile

This commit is contained in:
Alex Sherman 2021-12-05 12:00:35 +05:00
parent 71a01d0606
commit cc43354d4b

View file

@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y \
# USER asdf
# WORKDIR /asdf
RUN git clone https://github.com/asdf-vm/asdf.git "$HOME"/.asdf && \
RUN git clone https://github.com/asdf-vm/asdf.git --branch v0.6.3 "$HOME"/.asdf && \
echo '. $HOME/.asdf/asdf.sh' >> "$HOME"/.bashrc && \
echo '. $HOME/.asdf/asdf.sh' >> "$HOME"/.profile